Merge version_1 into main #4
@@ -32,10 +32,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{ name: "Home", id: "#hero" },
|
||||
{ name: "About", id: "#about" },
|
||||
{ name: "Menu", id: "#products" },
|
||||
{ name: "Reviews", id: "#testimonials" },
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Menu", id: "products" },
|
||||
{ name: "Reviews", id: "testimonials" },
|
||||
]}
|
||||
brandName="FreshFood"
|
||||
/>
|
||||
@@ -86,9 +86,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split-description"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{ title: "Rapid Delivery", description: "Fresh meals arriving at your door in record time.", bentoComponent: { bentoComponent: "reveal-icon", icon: Zap } },
|
||||
{ title: "Transparency", description: "Full ingredient lists and sourcing details for everything.", bentoComponent: { bentoComponent: "reveal-icon", icon: Shield } },
|
||||
{ title: "Custom Menus", description: "Meals tailored to your specific dietary requirements.", bentoComponent: { bentoComponent: "reveal-icon", icon: ChefHat } },
|
||||
{ title: "Rapid Delivery", description: "Fresh meals arriving at your door in record time.", bentoComponent: "reveal-icon", icon: Zap },
|
||||
{ title: "Transparency", description: "Full ingredient lists and sourcing details for everything.", bentoComponent: "reveal-icon", icon: Shield },
|
||||
{ title: "Custom Menus", description: "Meals tailored to your specific dietary requirements.", bentoComponent: "reveal-icon", icon: ChefHat },
|
||||
]}
|
||||
title="Why Choose Us"
|
||||
description="Experience convenience without compromising on health."
|
||||
|
||||
Reference in New Issue
Block a user