Update src/app/page.tsx
This commit is contained in:
196
src/app/page.tsx
196
src/app/page.tsx
@@ -2,6 +2,7 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import { Sparkles, CheckCircle, Plus, Utensils } from 'lucide-react';
|
||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||
import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix';
|
||||
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||
@@ -31,21 +32,13 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "home",
|
||||
},
|
||||
name: "Home", id: "home"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
name: "Menu", id: "menu"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Melt Haven"
|
||||
/>
|
||||
@@ -54,21 +47,16 @@ export default function LandingPage() {
|
||||
<div id="home" data-section="home">
|
||||
<HeroBillboardScroll
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Simply Melty Goodness"
|
||||
description="Crafted with passion, toasted to perfection. Experience the ultimate grilled cheese comfort at Melt Haven."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-egg-sandwich_53876-63265.jpg"
|
||||
imageAlt="Gourmet grilled cheese melt"
|
||||
buttons={[
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "View Menu", href: "#menu"},
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "#about",
|
||||
},
|
||||
text: "Learn More", href: "#about"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -80,17 +68,11 @@ export default function LandingPage() {
|
||||
description="We don't just melt cheese; we craft memories. Using artisan breads like focaccia and sourdough paired with our premium, hand-selected cheese blends, we redefine what a grilled cheese should be."
|
||||
metrics={[
|
||||
{
|
||||
value: "12",
|
||||
title: "Gourmet Melts",
|
||||
},
|
||||
value: "12", title: "Gourmet Melts"},
|
||||
{
|
||||
value: "6",
|
||||
title: "Premium Cheeses",
|
||||
},
|
||||
value: "6", title: "Premium Cheeses"},
|
||||
{
|
||||
value: "4",
|
||||
title: "Artisan Breads",
|
||||
},
|
||||
value: "4", title: "Artisan Breads"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/italian-bread-wooden-board_23-2147686512.jpg"
|
||||
imageAlt="Fresh artisan bread"
|
||||
@@ -107,47 +89,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Classic Regular",
|
||||
price: "$7.99",
|
||||
variant: "4-cheese blend",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-sandwitches-with-cheese_23-2149235935.jpg",
|
||||
},
|
||||
id: "1", name: "Classic Regular", price: "$7.99", variant: "4-cheese blend", imageSrc: "http://img.b2bpic.net/free-photo/delicious-sandwitches-with-cheese_23-2149235935.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Buffalo Chicken",
|
||||
price: "$10.49",
|
||||
variant: "spicy chicken",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-eats-sandwich-served-with-salad_140725-8148.jpg",
|
||||
},
|
||||
id: "2", name: "Buffalo Chicken", price: "$10.49", variant: "spicy chicken", imageSrc: "http://img.b2bpic.net/free-photo/man-eats-sandwich-served-with-salad_140725-8148.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "BBQ Brisket",
|
||||
price: "$11.99",
|
||||
variant: "slow cooked",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vietnamese-banh-mi-sandwich-wooden-table_123827-31231.jpg",
|
||||
},
|
||||
id: "3", name: "BBQ Brisket", price: "$11.99", variant: "slow cooked", imageSrc: "http://img.b2bpic.net/free-photo/vietnamese-banh-mi-sandwich-wooden-table_123827-31231.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Mac & Cheese Melt",
|
||||
price: "$9.99",
|
||||
variant: "creamy pasta",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-sandwich-with-melted-cheese-ham_23-2149342865.jpg",
|
||||
},
|
||||
id: "4", name: "Mac & Cheese Melt", price: "$9.99", variant: "creamy pasta", imageSrc: "http://img.b2bpic.net/free-photo/delicious-sandwich-with-melted-cheese-ham_23-2149342865.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Bacon Egg & Cheese",
|
||||
price: "$8.49",
|
||||
variant: "breakfast style",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/breakfast_1339-1101.jpg",
|
||||
},
|
||||
id: "5", name: "Bacon Egg & Cheese", price: "$8.49", variant: "breakfast style", imageSrc: "http://img.b2bpic.net/free-photo/breakfast_1339-1101.jpg"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Philly Cheesesteak",
|
||||
price: "$12.99",
|
||||
variant: "steak & peppers",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-burger-with-onion-ring-top_140725-10151.jpg",
|
||||
},
|
||||
id: "6", name: "Philly Cheesesteak", price: "$12.99", variant: "steak & peppers", imageSrc: "http://img.b2bpic.net/free-photo/side-view-burger-with-onion-ring-top_140725-10151.jpg"},
|
||||
]}
|
||||
title="Our Signature Melts"
|
||||
description="Explore our delicious variety of grilled cheese sandwiches, from classic favorites to bold new creations."
|
||||
@@ -160,29 +112,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Breads",
|
||||
description: "Choose from Sourdough, White, Wheat, or Focaccia.",
|
||||
buttonIcon: "Sparkles",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pieces-fresh-homemade-sourdough-bread-slicing-artisan-bread-straw-lining-top-view_166373-3259.jpg",
|
||||
},
|
||||
title: "Breads", description: "Choose from Sourdough, White, Wheat, or Focaccia.", buttonIcon: Sparkles,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pieces-fresh-homemade-sourdough-bread-slicing-artisan-bread-straw-lining-top-view_166373-3259.jpg"},
|
||||
{
|
||||
title: "Cheeses",
|
||||
description: "Select Cheddar, Mozzarella, American, Swiss, Pepperjack, or Colby.",
|
||||
buttonIcon: "CheckCircle",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-melted-cheese-sandwich_23-2149286856.jpg",
|
||||
},
|
||||
title: "Cheeses", description: "Select Cheddar, Mozzarella, American, Swiss, Pepperjack, or Colby.", buttonIcon: CheckCircle,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-melted-cheese-sandwich_23-2149286856.jpg"},
|
||||
{
|
||||
title: "Add-ons",
|
||||
description: "Fresh veggies, extra meats, and specialty sauces.",
|
||||
buttonIcon: "Plus",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/healthy-spinach-tomato-cheese-sandwich-wooden-table_123827-32887.jpg",
|
||||
},
|
||||
title: "Add-ons", description: "Fresh veggies, extra meats, and specialty sauces.", buttonIcon: Plus,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/healthy-spinach-tomato-cheese-sandwich-wooden-table_123827-32887.jpg"},
|
||||
{
|
||||
title: "Sides",
|
||||
description: "French Fries, Tomato Soup, Mac and Cheese, Salads.",
|
||||
buttonIcon: "Utensils",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/traditional-british-chip-butty-french-fry-sandwich-wooden-table_123827-30303.jpg",
|
||||
},
|
||||
title: "Sides", description: "French Fries, Tomato Soup, Mac and Cheese, Salads.", buttonIcon: Utensils,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/traditional-british-chip-butty-french-fry-sandwich-wooden-table_123827-30303.jpg"},
|
||||
]}
|
||||
title="Customize Your Bite"
|
||||
description="Create your perfect sandwich from the ground up with our high-quality ingredients."
|
||||
@@ -194,30 +134,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah J.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-portrait-charming-unshaved-dark-skinned-guy-holding-tasty-sandwich-while-walking-with-backpack-park-attending-food-festival-laughing-out-loud-expressing-good-mood_176420-19852.jpg",
|
||||
},
|
||||
id: "1", name: "Sarah J.", imageSrc: "http://img.b2bpic.net/free-photo/vertical-portrait-charming-unshaved-dark-skinned-guy-holding-tasty-sandwich-while-walking-with-backpack-park-attending-food-festival-laughing-out-loud-expressing-good-mood_176420-19852.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Mike D.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/roommates-spending-time-together_23-2149359320.jpg",
|
||||
},
|
||||
id: "2", name: "Mike D.", imageSrc: "http://img.b2bpic.net/free-photo/roommates-spending-time-together_23-2149359320.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Elena R.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-sushi-park-picnic-nature_169016-21839.jpg",
|
||||
},
|
||||
id: "3", name: "Elena R.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-sushi-park-picnic-nature_169016-21839.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David W.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-having-fun-together_23-2149329709.jpg",
|
||||
},
|
||||
id: "4", name: "David W.", imageSrc: "http://img.b2bpic.net/free-photo/friends-having-fun-together_23-2149329709.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Jessica L.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-young-man-stylish-hat-relaxing-alone-cozy-cafeteria-lunch-break-looking-with-happy-expression_273609-1935.jpg",
|
||||
},
|
||||
id: "5", name: "Jessica L.", imageSrc: "http://img.b2bpic.net/free-photo/successful-young-man-stylish-hat-relaxing-alone-cozy-cafeteria-lunch-break-looking-with-happy-expression_273609-1935.jpg"},
|
||||
]}
|
||||
cardTitle="What Our Fans Say"
|
||||
cardTag="Reviews"
|
||||
@@ -232,26 +157,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "50k+",
|
||||
title: "Melts Served",
|
||||
description: "Happiness delivered daily.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-spanish-tortilla-still-life_23-2150246005.jpg",
|
||||
},
|
||||
id: "m1", value: "50k+", title: "Melts Served", description: "Happiness delivered daily.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-spanish-tortilla-still-life_23-2150246005.jpg"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "12",
|
||||
title: "Unique Styles",
|
||||
description: "Crafted with love.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/eel-fish-sushi-roll_74190-71.jpg",
|
||||
},
|
||||
id: "m2", value: "12", title: "Unique Styles", description: "Crafted with love.", imageSrc: "http://img.b2bpic.net/free-photo/eel-fish-sushi-roll_74190-71.jpg"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "5",
|
||||
title: "Locations",
|
||||
description: "Expanding fast.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grilled-beef-burger-ciabatta-with-cheddar-generated-by-ai_188544-21234.jpg",
|
||||
},
|
||||
id: "m3", value: "5", title: "Locations", description: "Expanding fast.", imageSrc: "http://img.b2bpic.net/free-photo/grilled-beef-burger-ciabatta-with-cheddar-generated-by-ai_188544-21234.jpg"},
|
||||
]}
|
||||
title="Cheesy Stats"
|
||||
description="We are proud of our milestones in serving the community."
|
||||
@@ -265,15 +175,9 @@ export default function LandingPage() {
|
||||
description="Have a catering request or feedback? Let us know how we can serve you better."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
},
|
||||
name: "name", type: "text", placeholder: "Your Name"},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Your Email",
|
||||
},
|
||||
name: "email", type: "email", placeholder: "Your Email"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/vertical-shot-wooden-rocking-chair-wooden-patio_181624-60471.jpg"
|
||||
/>
|
||||
@@ -284,37 +188,23 @@ export default function LandingPage() {
|
||||
logoText="Melt Haven"
|
||||
columns={[
|
||||
{
|
||||
title: "Menu",
|
||||
items: [
|
||||
title: "Menu", items: [
|
||||
{
|
||||
label: "Grilled Cheeses",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Grilled Cheeses", href: "#menu"},
|
||||
{
|
||||
label: "Sides",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Sides", href: "#menu"},
|
||||
{
|
||||
label: "Build Your Own",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Build Your Own", href: "#menu"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About", href: "#about"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user