Colapse fix

This commit is contained in:
Daniel Arantes Loverde
2026-02-09 14:41:18 -03:00
parent 54686397b9
commit 3176b67914
8 changed files with 683 additions and 127 deletions

View File

@@ -79,7 +79,7 @@ struct FeaturedStoreCard: View {
}
struct FeaturedStoreCardModel: Identifiable {
let id = UUID()
let id: String
let name: String
let rating: Double
let reviews: String
@@ -124,7 +124,7 @@ struct SpecialOfferCard: View {
}
struct SpecialOfferCardModel: Identifiable {
let id = UUID()
let id: String
let title: String
let subtitle: String
let colors: [Color]