3 Commits

Author SHA1 Message Date
6379e5e11b Update src/app/page.tsx 2026-01-04 08:48:45 +00:00
7fcda2d7b4 Update src/app/page.tsx 2026-01-04 08:47:26 +00:00
1edf2bc6a9 Update src/app/layout.tsx 2026-01-04 08:47:25 +00:00
2 changed files with 4 additions and 5 deletions

View File

@@ -1265,4 +1265,4 @@ export default function RootLayout({
</ServiceWrapper> </ServiceWrapper>
</html> </html>
); );
} }

View File

@@ -83,8 +83,7 @@ export default function LandingPage() {
id: "2", id: "2",
brand: "WoFurniture", brand: "WoFurniture",
name: "Modern Dining Table", name: "Modern Dining Table",
price: "800 price: "$800.00",
",
rating: 5, rating: 5,
reviewCount: "214", reviewCount: "214",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767515684440-hawfjk51.jpg", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767515684440-hawfjk51.jpg",
@@ -93,7 +92,7 @@ export default function LandingPage() {
{ {
id: "3", id: "3",
brand: "WoFurniture", brand: "WoFurniture",
name: "Contemporary Bedroom Set", name: "Contemporary Bedroom Set hkhh",
price: "$2,450.00", price: "$2,450.00",
rating: 4, rating: 4,
reviewCount: "156", reviewCount: "156",
@@ -353,4 +352,4 @@ export default function LandingPage() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }