Merge version_2 into main #1
195
src/app/page.tsx
195
src/app/page.tsx
@@ -30,21 +30,13 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
name: "Menu", id: "menu"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Great Wall"
|
||||
/>
|
||||
@@ -53,71 +45,42 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboard
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Great Wall Chinese Restaurant — Big Flavor, Generous Portions, Rogers Park Favorite"
|
||||
description="Fresh Chinese-American classics made fast and affordable since 2004."
|
||||
buttons={[
|
||||
{
|
||||
text: "Order Pickup",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Order Pickup", href: "#contact"},
|
||||
{
|
||||
text: "Order Delivery",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Order Delivery", href: "#contact"},
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "View Menu", href: "#menu"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/front-view-traditional-asian-dumplings-with-chopsticks-herbs_23-2148694360.jpg"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/middle-age-woman-having-fun-restaurant_23-2149237471.jpg",
|
||||
alt: "Satisfied regular customer",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/middle-age-woman-having-fun-restaurant_23-2149237471.jpg", alt: "Satisfied regular customer"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-women-eating-home_23-2150272458.jpg",
|
||||
alt: "Happy dining couple",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-women-eating-home_23-2150272458.jpg", alt: "Happy dining couple"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-food_23-2149008699.jpg",
|
||||
alt: "Smiling food lover",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-food_23-2149008699.jpg", alt: "Smiling food lover"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-woman-eating-japanese-street-food_23-2149410185.jpg",
|
||||
alt: "Local resident enjoying lunch",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-woman-eating-japanese-street-food_23-2149410185.jpg", alt: "Local resident enjoying lunch"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-woman-enjoying-some-delicious-street-food_23-2149009634.jpg",
|
||||
alt: "Happy young student diner",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-woman-enjoying-some-delicious-street-food_23-2149009634.jpg", alt: "Happy young student diner"},
|
||||
]}
|
||||
avatarText="Join 5,000+ local happy neighbors"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "General Tso's",
|
||||
},
|
||||
type: "text", text: "General Tso's"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/gyoza-with-soy-sauce-plate_141793-1723.jpg",
|
||||
alt: "Gyoza",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/gyoza-with-soy-sauce-plate_141793-1723.jpg", alt: "Gyoza"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Szechuan Beef",
|
||||
},
|
||||
type: "text", text: "Szechuan Beef"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/hand-holding-chopstick-with-dumpling_114579-39127.jpg",
|
||||
alt: "Dumpling chopsticks",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/hand-holding-chopstick-with-dumpling_114579-39127.jpg", alt: "Dumpling chopsticks"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Authentic Taste",
|
||||
},
|
||||
type: "text", text: "Authentic Taste"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -137,44 +100,25 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Szechuan Beef",
|
||||
price: "$16.95",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-sliced-vegetables-with-meat-along-with-notepad-dark-background-salad-food-meal-vegetable-meat_140725-30924.jpg",
|
||||
},
|
||||
id: "p1", name: "Szechuan Beef", price: "$16.95", imageSrc: "http://img.b2bpic.net/free-photo/top-view-sliced-vegetables-with-meat-along-with-notepad-dark-background-salad-food-meal-vegetable-meat_140725-30924.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "General Tso's Chicken",
|
||||
price: "$15.50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-korean-style_1339-5748.jpg",
|
||||
},
|
||||
id: "p2", name: "General Tso's Chicken", price: "$15.50", imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-korean-style_1339-5748.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Fried Dumplings",
|
||||
price: "$9.50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-meal-with-sambal-arrangement_23-2149076074.jpg",
|
||||
},
|
||||
id: "p3", name: "Fried Dumplings", price: "$9.50", imageSrc: "http://img.b2bpic.net/free-photo/delicious-meal-with-sambal-arrangement_23-2149076074.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Chicken Fried Rice",
|
||||
price: "$12.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tasty-meal-with-sambal-arrangement_23-2149076151.jpg",
|
||||
},
|
||||
id: "p4", name: "Chicken Fried Rice", price: "$12.00", imageSrc: "http://img.b2bpic.net/free-photo/tasty-meal-with-sambal-arrangement_23-2149076151.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Mongolian Beef",
|
||||
price: "$17.25",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-white-tuna-recipe-still-life-top-view_23-2151053710.jpg",
|
||||
},
|
||||
id: "p5", name: "Mongolian Beef", price: "$17.25", imageSrc: "http://img.b2bpic.net/free-photo/delicious-white-tuna-recipe-still-life-top-view_23-2151053710.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Lo Mein",
|
||||
price: "$13.50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-takeaway-food_23-2149025804.jpg",
|
||||
},
|
||||
id: "p6", name: "Lo Mein", price: "$13.50", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-takeaway-food_23-2149025804.jpg"},
|
||||
]}
|
||||
title="Popular Menu Highlights"
|
||||
description="Classic favorites cooked fresh every day."
|
||||
buttons={[
|
||||
{
|
||||
text: "View Full Menu", href: "#contact"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -185,40 +129,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sarah J.",
|
||||
handle: "@sarahj",
|
||||
testimonial: "Best Chinese in the area for the price, quality, and quantity.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-japanese-influencer-recording-vlog_23-2149187785.jpg",
|
||||
},
|
||||
id: "t1", name: "Sarah J.", handle: "@sarahj", testimonial: "Best Chinese in the area for the price, quality, and quantity.", imageSrc: "http://img.b2bpic.net/free-photo/young-japanese-influencer-recording-vlog_23-2149187785.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Mike D.",
|
||||
handle: "@miked",
|
||||
testimonial: "They made my food really spicy just how I like it.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-cheerful-woman-unpacking-fast-food-meal-delivery-sitting-sofa-junkfood-homedelivered_482257-8685.jpg",
|
||||
},
|
||||
id: "t2", name: "Mike D.", handle: "@miked", testimonial: "They made my food really spicy just how I like it.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-cheerful-woman-unpacking-fast-food-meal-delivery-sitting-sofa-junkfood-homedelivered_482257-8685.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Emily R.",
|
||||
handle: "@emilyr",
|
||||
testimonial: "Generous portions and friendly service every time.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-friends-with-food-nature_23-2149412474.jpg",
|
||||
},
|
||||
id: "t3", name: "Emily R.", handle: "@emilyr", testimonial: "Generous portions and friendly service every time.", imageSrc: "http://img.b2bpic.net/free-photo/happy-friends-with-food-nature_23-2149412474.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "David K.",
|
||||
handle: "@davidk",
|
||||
testimonial: "Love the variety and the speed of delivery.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-cute-african-american-couple-love-having-fun-park-food-festival-standing-near-counter-picking-something-eat_176420-19845.jpg",
|
||||
},
|
||||
id: "t4", name: "David K.", handle: "@davidk", testimonial: "Love the variety and the speed of delivery.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-cute-african-american-couple-love-having-fun-park-food-festival-standing-near-counter-picking-something-eat_176420-19845.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Jessica L.",
|
||||
handle: "@jessl",
|
||||
testimonial: "Reliable, delicious, and always hot.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-girl-holding-shopping-bags_23-2148225609.jpg",
|
||||
},
|
||||
id: "t5", name: "Jessica L.", handle: "@jessl", testimonial: "Reliable, delicious, and always hot.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-girl-holding-shopping-bags_23-2148225609.jpg"},
|
||||
]}
|
||||
title="What Customers Are Saying"
|
||||
description="See why our neighbors keep coming back for more."
|
||||
@@ -230,30 +149,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Location",
|
||||
content: "6748 N Sheridan Rd, Chicago, IL 60626",
|
||||
},
|
||||
id: "f1", title: "Location", content: "6748 N Sheridan Rd, Chicago, IL 60626"},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Hours",
|
||||
content: "Open Daily until 10 PM",
|
||||
},
|
||||
id: "f2", title: "Hours", content: "Open Daily until 10 PM"},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Delivery Area",
|
||||
content: "We deliver throughout Rogers Park and nearby neighborhoods.",
|
||||
},
|
||||
id: "f3", title: "Delivery Area", content: "We deliver throughout Rogers Park and nearby neighborhoods."},
|
||||
{
|
||||
id: "f4",
|
||||
title: "Service Options",
|
||||
content: "Pickup, delivery, and limited outdoor seating.",
|
||||
},
|
||||
id: "f4", title: "Service Options", content: "Pickup, delivery, and limited outdoor seating."},
|
||||
{
|
||||
id: "f5",
|
||||
title: "Parking",
|
||||
content: "Street parking is available near the restaurant.",
|
||||
},
|
||||
id: "f5", title: "Parking", content: "Street parking is available near the restaurant."},
|
||||
]}
|
||||
sideTitle="Visit Us in Rogers Park"
|
||||
sideDescription="6748 N Sheridan Rd, Chicago, IL 60626. Open daily until 10 PM."
|
||||
@@ -268,29 +172,18 @@ export default function LandingPage() {
|
||||
description="Call (773) 465-5815 or use the form below for quick pickup/delivery requests."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Email Address",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Email Address", required: true,
|
||||
},
|
||||
{
|
||||
name: "phone",
|
||||
type: "tel",
|
||||
placeholder: "Phone Number",
|
||||
required: true,
|
||||
name: "phone", type: "tel", placeholder: "Phone Number", required: true,
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-beautiful-girl-eating-sushi-traditional-japanese-restaurant_627829-6752.jpg"
|
||||
textarea={{
|
||||
name: "order",
|
||||
placeholder: "Your Order Details",
|
||||
rows: 4,
|
||||
name: "order", placeholder: "Your Order Details", rows: 4,
|
||||
required: true,
|
||||
}}
|
||||
/>
|
||||
@@ -305,4 +198,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user