Merge version_4 into main #4

Open
development wants to merge 3 commits from version_4 into main
Showing only changes of commit 7fcda2d7b4 - Show all commits

View File

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