Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b3a42badf4 | |||
| 7658c89e26 | |||
| e1222009ee | |||
| f530db5a3f |
@@ -1264,4 +1264,4 @@ export default function RootLayout({
|
|||||||
</ServiceWrapper>
|
</ServiceWrapper>
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
"use client"
|
"use client";
|
||||||
|
|
||||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||||
import HeroLogo from '@/components/sections/hero/HeroLogo';
|
import HeroLogo from '@/components/sections/hero/HeroLogo';
|
||||||
@@ -113,8 +113,8 @@ export default function LandingPage() {
|
|||||||
tag="Menu Highlights"
|
tag="Menu Highlights"
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "1", brand: "PAVARAGA", name: "Kona Gold Reserve", price: "$18.00", rating: 5,
|
id: "1", brand: "PAVARAGA", name: "Tropical Acai Bowl", price: "$18.00", rating: 5,
|
||||||
reviewCount: "247", imageSrc: "https://img.b2bpic.net/free-photo/geyser-coffee-maker-sackcloth_23-2148180228.jpg", imageAlt: "Kona Gold Reserve coffee beans"
|
reviewCount: "247", imageSrc: "https://images.unsplash.com/photo-1590080876_1e5db6e3ea76?w=500&h=500&fit=crop", imageAlt: "Tropical Acai Bowl with fresh fruit"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "2", brand: "PAVARAGA", name: "Island Espresso Blend", price: "$6.50", rating: 5,
|
id: "2", brand: "PAVARAGA", name: "Island Espresso Blend", price: "$6.50", rating: 5,
|
||||||
@@ -213,4 +213,4 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user