Merge version_2 into main #2
247
src/app/page.tsx
247
src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Menu",
|
||||
id: "#products",
|
||||
},
|
||||
name: "Menu", id: "#products"},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "Sobre", id: "#about"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Avaliações", id: "#testimonials"},
|
||||
{
|
||||
name: "Order Now",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Pedir Agora", id: "#contact"},
|
||||
]}
|
||||
brandName="Landal Burger"
|
||||
/>
|
||||
@@ -55,52 +47,29 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardRotatedCarousel
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Taste the Legend: Landal Burger"
|
||||
description="Authentic, fresh, and delivered to your doorstep. Experience the perfect blend of quality ingredients and passion in every bite."
|
||||
tag="Delivered to You"
|
||||
buttons={[
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "#products",
|
||||
},
|
||||
text: "View Menu", href: "#products"},
|
||||
{
|
||||
text: "Order Delivery",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Order Delivery", href: "#contact"},
|
||||
]}
|
||||
carouselItems={[
|
||||
{
|
||||
id: "slide-1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheeseburger-with-bun-topped-with-sesame_140725-6071.jpg?_wi=1",
|
||||
imageAlt: "Juicy Cheeseburger",
|
||||
},
|
||||
id: "slide-1", imageSrc: "http://img.b2bpic.net/free-photo/cheeseburger-with-bun-topped-with-sesame_140725-6071.jpg?_wi=1", imageAlt: "Juicy Cheeseburger"},
|
||||
{
|
||||
id: "slide-2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-cheeseburger-cutting-board-with-knife_23-2148784512.jpg?_wi=1",
|
||||
imageAlt: "Fresh Ingredients",
|
||||
},
|
||||
id: "slide-2", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cheeseburger-cutting-board-with-knife_23-2148784512.jpg?_wi=1", imageAlt: "Fresh Ingredients"},
|
||||
{
|
||||
id: "slide-3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/juicy-bacon-cheeseburger_23-2151950563.jpg",
|
||||
imageAlt: "Rustic Burger",
|
||||
},
|
||||
id: "slide-3", imageSrc: "http://img.b2bpic.net/free-photo/juicy-bacon-cheeseburger_23-2151950563.jpg", imageAlt: "Rustic Burger"},
|
||||
{
|
||||
id: "slide-4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-eating-sandwich-with-cheese-tomato_141793-4338.jpg",
|
||||
imageAlt: "Delivery Ready",
|
||||
},
|
||||
id: "slide-4", imageSrc: "http://img.b2bpic.net/free-photo/woman-eating-sandwich-with-cheese-tomato_141793-4338.jpg", imageAlt: "Delivery Ready"},
|
||||
{
|
||||
id: "slide-5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cinematic-film-location-decor_23-2151919017.jpg",
|
||||
imageAlt: "Kitchen Prep",
|
||||
},
|
||||
id: "slide-5", imageSrc: "http://img.b2bpic.net/free-photo/cinematic-film-location-decor_23-2151919017.jpg", imageAlt: "Kitchen Prep"},
|
||||
{
|
||||
id: "slide-6",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-burger-with-beef-meat-french-fries-tasty-appetizing_482257-10359.jpg",
|
||||
imageAlt: "Signature Burger",
|
||||
},
|
||||
id: "slide-6", imageSrc: "http://img.b2bpic.net/free-photo/black-burger-with-beef-meat-french-fries-tasty-appetizing_482257-10359.jpg", imageAlt: "Signature Burger"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -110,18 +79,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Crafting the Perfect Burger Experience",
|
||||
},
|
||||
type: "text", content: "Crafting the Perfect Burger Experience"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/male-chef-cutting-eggplant-wooden-board-uniform-apron-kitchen_176474-8974.jpg",
|
||||
alt: "Our Kitchen",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/male-chef-cutting-eggplant-wooden-board-uniform-apron-kitchen_176474-8974.jpg", alt: "Our Kitchen"},
|
||||
{
|
||||
type: "text",
|
||||
content: "Since our inception, Landal Burger has been dedicated to using locally sourced, high-quality ingredients. Every burger is handmade with love to ensure you get the absolute best flavor in every bite.",
|
||||
},
|
||||
type: "text", content: "Since our inception, Landal Burger has been dedicated to using locally sourced, high-quality ingredients. Every burger is handmade with love to ensure you get the absolute best flavor in every bite."},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -134,41 +96,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Classic Burger",
|
||||
price: "$8.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/burger-with-tomato-beef-patty-grilled-cheese-sauce-burger-buns_140725-10880.jpg",
|
||||
},
|
||||
id: "1", name: "Classic Burger", price: "$8.99", imageSrc: "http://img.b2bpic.net/free-photo/burger-with-tomato-beef-patty-grilled-cheese-sauce-burger-buns_140725-10880.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Bacon Cheese Burger",
|
||||
price: "$10.49",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-delicious-cheeseburger-with-fresh-ingredients-attached-with-skewers-stick_181624-41067.jpg",
|
||||
},
|
||||
id: "2", name: "Bacon Cheese Burger", price: "$10.49", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-delicious-cheeseburger-with-fresh-ingredients-attached-with-skewers-stick_181624-41067.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Crispy Chicken",
|
||||
price: "$9.49",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-burgers-with-chicken-cutlet-melted-cheese-tomatoes-pickles-wooden-board_140725-11869.jpg",
|
||||
},
|
||||
id: "3", name: "Crispy Chicken", price: "$9.49", imageSrc: "http://img.b2bpic.net/free-photo/side-view-burgers-with-chicken-cutlet-melted-cheese-tomatoes-pickles-wooden-board_140725-11869.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Spicy Jalapeno",
|
||||
price: "$11.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-hamburger-tasty-with-green-salad-other-ingredients-inside-round-plate-dark-surface_140725-11626.jpg",
|
||||
},
|
||||
id: "4", name: "Spicy Jalapeno", price: "$11.99", imageSrc: "http://img.b2bpic.net/free-photo/front-view-hamburger-tasty-with-green-salad-other-ingredients-inside-round-plate-dark-surface_140725-11626.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Veggie Delight",
|
||||
price: "$9.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-vegetarian-burger-cutting-board-with-sauces_23-2148784532.jpg",
|
||||
},
|
||||
id: "5", name: "Veggie Delight", price: "$9.99", imageSrc: "http://img.b2bpic.net/free-photo/front-view-vegetarian-burger-cutting-board-with-sauces_23-2148784532.jpg"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Landal Grand",
|
||||
price: "$14.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/homemade-tasty-sandwich-fork-wooden-cutting-board-blurred-surface_179666-42643.jpg",
|
||||
},
|
||||
id: "6", name: "Landal Grand", price: "$14.99", imageSrc: "http://img.b2bpic.net/free-photo/homemade-tasty-sandwich-fork-wooden-cutting-board-blurred-surface_179666-42643.jpg"},
|
||||
]}
|
||||
title="Our Signature Menu"
|
||||
description="From classic cheeseburgers to our gourmet specials, find your favorite meal today."
|
||||
@@ -181,29 +119,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
tag: "Fast",
|
||||
title: "Speedy Delivery",
|
||||
subtitle: "Within 30 Mins",
|
||||
description: "Our specialized courier team ensures your meal arrives fresh and hot at your doorstep.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-fries-burger-tray_23-2149160031.jpg",
|
||||
imageAlt: "happy customer eating burger",
|
||||
},
|
||||
tag: "Fast", title: "Speedy Delivery", subtitle: "Within 30 Mins", description: "Our specialized courier team ensures your meal arrives fresh and hot at your doorstep.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fries-burger-tray_23-2149160031.jpg", imageAlt: "happy customer eating burger"},
|
||||
{
|
||||
tag: "Quality",
|
||||
title: "Farm to Table",
|
||||
subtitle: "Always Fresh",
|
||||
description: "We partner with local farmers to ensure our meat, veggies, and buns are always farm-fresh.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheeseburger-with-bun-topped-with-sesame_140725-6071.jpg?_wi=2",
|
||||
imageAlt: "happy customer eating burger",
|
||||
},
|
||||
tag: "Quality", title: "Farm to Table", subtitle: "Always Fresh", description: "We partner with local farmers to ensure our meat, veggies, and buns are always farm-fresh.", imageSrc: "http://img.b2bpic.net/free-photo/cheeseburger-with-bun-topped-with-sesame_140725-6071.jpg?_wi=2", imageAlt: "happy customer eating burger"},
|
||||
{
|
||||
tag: "Flavor",
|
||||
title: "Secret Sauce",
|
||||
subtitle: "Signature Taste",
|
||||
description: "Experience the unique blend of spices that makes Landal Burger stand out from the rest.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-cheeseburger-cutting-board-with-knife_23-2148784512.jpg?_wi=2",
|
||||
imageAlt: "happy customer eating burger",
|
||||
},
|
||||
tag: "Flavor", title: "Secret Sauce", subtitle: "Signature Taste", description: "Experience the unique blend of spices that makes Landal Burger stand out from the rest.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cheeseburger-cutting-board-with-knife_23-2148784512.jpg?_wi=2", imageAlt: "happy customer eating burger"},
|
||||
]}
|
||||
title="Why Landal Burger?"
|
||||
description="Quality meets speed to provide the best burger experience in the city."
|
||||
@@ -218,29 +138,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "15,000+",
|
||||
title: "Burgers Served",
|
||||
description: "Smiles delivered to happy customers.",
|
||||
icon: CheckCircle,
|
||||
id: "m1", value: "25k+", title: "Pedidos Entregues", description: "Milhares de sorrisos entregues diariamente.", icon: CheckCircle,
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "4.8/5",
|
||||
title: "Customer Rating",
|
||||
description: "Loved for our service and quality.",
|
||||
icon: Star,
|
||||
id: "m2", value: "4.9/5", title: "Nota dos Clientes", description: "Reconhecidos pela qualidade superior.", icon: Star,
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "30",
|
||||
title: "Minute Delivery",
|
||||
description: "Guaranteed fresh and hot delivery.",
|
||||
icon: Zap,
|
||||
id: "m3", value: "25 min", title: "Entrega Rápida", description: "Seu burger chega quente e crocante.", icon: Zap,
|
||||
},
|
||||
]}
|
||||
title="Landal by Numbers"
|
||||
description="Our journey and commitment to quality."
|
||||
title="Landal em Números"
|
||||
description="Nossa paixão e compromisso com o sabor."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -251,43 +159,18 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sarah J.",
|
||||
handle: "@sarahj",
|
||||
testimonial: "The best burger I've had in a long time. Speedy and so flavorful!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-hipster-dressed-leather-jacket-eating-vegan-burger_613910-13748.jpg",
|
||||
},
|
||||
id: "t1", name: "Sarah J.", handle: "@sarahj", testimonial: "O melhor hambúrguer que já comi! Chegou super rápido e muito suculento.", imageSrc: "http://img.b2bpic.net/free-photo/attractive-hipster-dressed-leather-jacket-eating-vegan-burger_613910-13748.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Mark D.",
|
||||
handle: "@markd",
|
||||
testimonial: "My go-to place for Friday dinners. Delivery is always right on time.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-paper-wrapped-sandwich_23-2151311151.jpg",
|
||||
},
|
||||
id: "t2", name: "Mark D.", handle: "@markd", testimonial: "Sempre peço nas sextas. A entrega é pontual e a comida impecável.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-paper-wrapped-sandwich_23-2151311151.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Emma L.",
|
||||
handle: "@emmal",
|
||||
testimonial: "Landal Burger is unbeatable. The sauce is truly life-changing.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/junk-food-unhealthy-nutrition-concept-bearded-adult-man-holds-delicious-hamburger-has-quick-snack-looks-away-thoughtfully_273609-51230.jpg",
|
||||
},
|
||||
id: "t3", name: "Emma L.", handle: "@emmal", testimonial: "Sem comparação. O molho da casa é verdadeiramente especial.", imageSrc: "http://img.b2bpic.net/free-photo/junk-food-unhealthy-nutrition-concept-bearded-adult-man-holds-delicious-hamburger-has-quick-snack-looks-away-thoughtfully_273609-51230.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "David W.",
|
||||
handle: "@davidw",
|
||||
testimonial: "Fresh, hot, and delicious. Nothing beats this quality locally.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-beautiful-girl-with-lemons_23-2148483076.jpg",
|
||||
},
|
||||
id: "t4", name: "David W.", handle: "@davidw", testimonial: "Fresquinho e muito saboroso. A qualidade é de outro nível na região.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-beautiful-girl-with-lemons_23-2148483076.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Chloe B.",
|
||||
handle: "@chloeb",
|
||||
testimonial: "Excellent service and consistently great taste every single time.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-enjoying-croissant_1170-631.jpg",
|
||||
},
|
||||
id: "t5", name: "Chloe B.", handle: "@chloeb", testimonial: "Atendimento nota dez e sabor consistente toda vez que peço.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-enjoying-croissant_1170-631.jpg"},
|
||||
]}
|
||||
title="What Our Customers Say"
|
||||
description="Stories from burger lovers across the city."
|
||||
title="O que nossos clientes dizem"
|
||||
description="Histórias de verdadeiros apreciadores de hambúrguer."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -295,13 +178,14 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
tag="Order Online"
|
||||
title="Ready for a Burger?"
|
||||
description="Enter your email to get a 10% discount on your first order."
|
||||
variant: "gradient-bars"}}
|
||||
tag="Pedido & Entrega"
|
||||
title="Pronto para seu Landal Burger?"
|
||||
description="Nossas entregas funcionam diariamente das 11h às 23h. Peça pelo app ou site e receba no conforto de sua casa."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/front-view-male-courier-blue-uniform-holding-food-package-with-funny-expression-pink-wall-uniform-service-job-delivery_140725-32902.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
buttonText="Pedir Agora"
|
||||
termsText="Ao solicitar, você confirma que leu e concorda com nossas políticas de entrega."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -309,55 +193,36 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Explore",
|
||||
items: [
|
||||
title: "Menu", items: [
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Cardápio", href: "#products"},
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "Nossa História", href: "#about"},
|
||||
{
|
||||
label: "Reviews",
|
||||
href: "#testimonials",
|
||||
},
|
||||
label: "Avaliações", href: "#testimonials"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Suporte", items: [
|
||||
{
|
||||
label: "Delivery Info",
|
||||
href: "#",
|
||||
},
|
||||
label: "Política de Entrega", href: "#"},
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#",
|
||||
},
|
||||
label: "FAQ", href: "#"},
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Fale Conosco", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacidade", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Termos de Uso", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
bottomLeftText="© 2024 Landal Burger. All rights reserved."
|
||||
bottomRightText="Built with passion."
|
||||
bottomLeftText="© 2024 Landal Burger. Todos os direitos reservados."
|
||||
bottomRightText="Feito com paixão."
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #ffffff;
|
||||
--card: #f9f9f9;
|
||||
--foreground: #120a00;
|
||||
--primary-cta: #E34400;
|
||||
--background: #0a0a0a;
|
||||
--card: #1a1a1a;
|
||||
--foreground: #ffffff;
|
||||
--primary-cta: #e34400;
|
||||
--primary-cta-text: #ffffff;
|
||||
--secondary-cta: #000000;
|
||||
--secondary-cta: #010101;
|
||||
--secondary-cta-text: #ffffff;
|
||||
--accent: #ff8c42;
|
||||
--background-accent: #E34400;
|
||||
--accent: #ff7b05;
|
||||
--background-accent: #e34400;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user