1 Commits

Author SHA1 Message Date
f8f8fbaa79 Update src/app/page.tsx 2026-05-18 15:28:11 +00:00

View File

@@ -33,116 +33,73 @@ export default function LandingPage() {
<NavbarLayoutFloatingInline <NavbarLayoutFloatingInline
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "hero"},
id: "hero",
},
{ {
name: "Menu", name: "Menu", id: "menu"},
id: "menu",
},
{ {
name: "About", name: "About", id: "about"},
id: "about",
},
{ {
name: "Reviews", name: "Reviews", id: "reviews"},
id: "reviews",
},
{ {
name: "Contact", name: "Contact", id: "contact"},
id: "contact",
},
]} ]}
brandName="Tino Pizza" brandName="Tino Pizza"
button={{ button={{
text: "Order Now", text: "Order Now", href: "#contact"}}
href: "#contact",
}}
/> />
</div> </div>
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroSplitKpi <HeroSplitKpi
background={{ background={{
variant: "radial-gradient", variant: "radial-gradient"}}
}}
title="Authentic Italian Pizza, Delivered to You" title="Authentic Italian Pizza, Delivered to You"
description="Experience the true taste of Italy with our wood-fired pizzas, handcrafted from the freshest local ingredients and delivered piping hot to your door." description="Experience the true taste of Italy with our wood-fired pizzas, handcrafted from the freshest local ingredients and delivered piping hot to your door."
kpis={[ kpis={[
{ {
value: "15+", value: "15+", label: "Years Tradition"},
label: "Years Tradition",
},
{ {
value: "5000+", value: "5000+", label: "Happy Customers"},
label: "Happy Customers",
},
{ {
value: "4.9/5", value: "4.9/5", label: "Review Rating"},
label: "Review Rating",
},
]} ]}
enableKpiAnimation={true} enableKpiAnimation={true}
buttons={[ buttons={[
{ {
text: "View Menu", text: "View Menu", href: "#menu"},
href: "#menu",
},
{ {
text: "Order Now", text: "Order Now", href: "#contact"},
href: "#contact",
},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/high-angle-delicious-pizza-concept_23-2148643459.jpg" imageSrc="http://img.b2bpic.net/free-photo/high-angle-delicious-pizza-concept_23-2148643459.jpg"
mediaAnimation="slide-up" mediaAnimation="slide-up"
avatars={[ avatars={[
{ {
src: "http://img.b2bpic.net/free-photo/pizza-with-tomatoes_1220-266.jpg", src: "http://img.b2bpic.net/free-photo/pizza-with-tomatoes_1220-266.jpg", alt: "Customer 1"},
alt: "Customer 1",
},
{ {
src: "http://img.b2bpic.net/free-photo/margarita-pizza-table_140725-4801.jpg", src: "http://img.b2bpic.net/free-photo/margarita-pizza-table_140725-4801.jpg", alt: "Customer 2"},
alt: "Customer 2",
},
{ {
src: "http://img.b2bpic.net/free-photo/neapolitan-pizza-with-ham-cheese-arugula-basil-tomatoes-sprinkled-with-cheese_78826-2316.jpg", src: "http://img.b2bpic.net/free-photo/neapolitan-pizza-with-ham-cheese-arugula-basil-tomatoes-sprinkled-with-cheese_78826-2316.jpg", alt: "Customer 3"},
alt: "Customer 3",
},
{ {
src: "http://img.b2bpic.net/free-photo/top-view-pizza-with-tomatoes-oil_23-2148753738.jpg", src: "http://img.b2bpic.net/free-photo/top-view-pizza-with-tomatoes-oil_23-2148753738.jpg", alt: "Customer 4"},
alt: "Customer 4",
},
{ {
src: "http://img.b2bpic.net/free-photo/delicious-neapolitan-pizza-board_78826-3296.jpg", src: "http://img.b2bpic.net/free-photo/delicious-neapolitan-pizza-board_78826-3296.jpg", alt: "Customer 5"},
alt: "Customer 5",
},
]} ]}
avatarText="Join 5000+ happy pizza lovers" avatarText="Join 5000+ happy pizza lovers"
marqueeItems={[ marqueeItems={[
{ {
type: "text-icon", type: "text-icon", text: "Hand-stretched Dough", icon: Flame,
text: "Hand-stretched Dough",
icon: Flame,
}, },
{ {
type: "text-icon", type: "text-icon", text: "Locally Sourced", icon: Leaf,
text: "Locally Sourced",
icon: Leaf,
}, },
{ {
type: "text-icon", type: "text-icon", text: "Wood-fired Daily", icon: Pizza,
text: "Wood-fired Daily",
icon: Pizza,
}, },
{ {
type: "text-icon", type: "text-icon", text: "25min Delivery", icon: Clock,
text: "25min Delivery",
icon: Clock,
}, },
{ {
type: "text-icon", type: "text-icon", text: "Family Owned", icon: Heart,
text: "Family Owned",
icon: Heart,
}, },
]} ]}
/> />
@@ -169,20 +126,11 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
features={[ features={[
{ {
title: "Wood-Fired Perfection", title: "Wood-Fired Perfection", description: "Crispy edges, soft crust, authentic smoky aroma.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-raw-pizza-with-cheese-white_140725-78260.jpg"},
description: "Crispy edges, soft crust, authentic smoky aroma.",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-raw-pizza-with-cheese-white_140725-78260.jpg",
},
{ {
title: "Fresh Ingredients", title: "Fresh Ingredients", description: "Locally grown veggies and premium cheeses daily.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-pizza-with-vegetables-wooden-table_181624-41219.jpg"},
description: "Locally grown veggies and premium cheeses daily.",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-pizza-with-vegetables-wooden-table_181624-41219.jpg",
},
{ {
title: "Handcrafted Dough", title: "Handcrafted Dough", description: "Aged for 48 hours for ideal texture and flavor.", imageSrc: "http://img.b2bpic.net/free-photo/pizza-tasty-with-cheese_1303-9612.jpg"},
description: "Aged for 48 hours for ideal texture and flavor.",
imageSrc: "http://img.b2bpic.net/free-photo/pizza-tasty-with-cheese_1303-9612.jpg",
},
]} ]}
title="Why Choose Tino?" title="Why Choose Tino?"
description="Excellence in every bite." description="Excellence in every bite."
@@ -197,59 +145,23 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
products={[ products={[
{ {
id: "p1", id: "p1", brand: "Classic", name: "Margherita", price: "$12.00", rating: 5,
brand: "Classic", reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/close-up-vegetable-vegetarian-pizza-top-view_169016-21794.jpg"},
name: "Margherita",
price: "$12.00",
rating: 5,
reviewCount: "120",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-vegetable-vegetarian-pizza-top-view_169016-21794.jpg",
},
{ {
id: "p2", id: "p2", brand: "Veggie", name: "Garden Fresh", price: "$14.00", rating: 5,
brand: "Veggie", reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/vegetarian-pizza-with-peppers-assorted-olives_501050-799.jpg"},
name: "Garden Fresh",
price: "$14.00",
rating: 5,
reviewCount: "95",
imageSrc: "http://img.b2bpic.net/free-photo/vegetarian-pizza-with-peppers-assorted-olives_501050-799.jpg",
},
{ {
id: "p3", id: "p3", brand: "Signature", name: "Tino's BBQ", price: "$16.00", rating: 5,
brand: "Signature", reviewCount: "210", imageSrc: "http://img.b2bpic.net/free-photo/pizza-table-light-blue-color_58702-761.jpg"},
name: "Tino's BBQ",
price: "$16.00",
rating: 5,
reviewCount: "210",
imageSrc: "http://img.b2bpic.net/free-photo/pizza-table-light-blue-color_58702-761.jpg",
},
{ {
id: "p4", id: "p4", brand: "Cheese", name: "Quattro Formaggi", price: "$15.00", rating: 4,
brand: "Cheese", reviewCount: "88", imageSrc: "http://img.b2bpic.net/free-photo/tasty-pizza-whole-with-cheese-grey-surface_140725-14211.jpg"},
name: "Quattro Formaggi",
price: "$15.00",
rating: 4,
reviewCount: "88",
imageSrc: "http://img.b2bpic.net/free-photo/tasty-pizza-whole-with-cheese-grey-surface_140725-14211.jpg",
},
{ {
id: "p5", id: "p5", brand: "Classic", name: "Pepperoni Classic", price: "$13.00", rating: 5,
brand: "Classic", reviewCount: "340", imageSrc: "http://img.b2bpic.net/free-photo/pizza-slices-arrangement-with-copy-space_23-2148574306.jpg"},
name: "Pepperoni Classic",
price: "$13.00",
rating: 5,
reviewCount: "340",
imageSrc: "http://img.b2bpic.net/free-photo/pizza-slices-arrangement-with-copy-space_23-2148574306.jpg",
},
{ {
id: "p6", id: "p6", brand: "Seafood", name: "Mediterranean Catch", price: "$18.00", rating: 5,
brand: "Seafood", reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/close-up-meringue-cake-decorated-with-citrus_23-2148368220.jpg"},
name: "Mediterranean Catch",
price: "$18.00",
rating: 5,
reviewCount: "45",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-meringue-cake-decorated-with-citrus_23-2148368220.jpg",
},
]} ]}
title="Our Signature Pizzas" title="Our Signature Pizzas"
description="Discover your new favorite pizza." description="Discover your new favorite pizza."
@@ -264,45 +176,20 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
testimonials={[ testimonials={[
{ {
id: "1", id: "1", name: "Sarah J.", role: "Foodie", company: "Local Customer", rating: 5,
name: "Sarah J.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-clinking-bottles_23-2149152926.jpg"},
role: "Foodie",
company: "Local Customer",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-clinking-bottles_23-2149152926.jpg",
},
{ {
id: "2", id: "2", name: "Mark R.", role: "Local", company: "Regular", rating: 5,
name: "Mark R.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-with-food_23-2148899055.jpg"},
role: "Local",
company: "Regular",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-with-food_23-2148899055.jpg",
},
{ {
id: "3", id: "3", name: "Emily D.", role: "Student", company: "Customer", rating: 5,
name: "Emily D.", imageSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-some-delicious-italian-food_23-2149028549.jpg"},
role: "Student",
company: "Customer",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-some-delicious-italian-food_23-2149028549.jpg",
},
{ {
id: "4", id: "4", name: "Jason K.", role: "Manager", company: "Corporate Client", rating: 5,
name: "Jason K.", imageSrc: "http://img.b2bpic.net/free-photo/happy-black-girl-adding-honey-waffles-while-eating-with-mother-home_637285-12675.jpg"},
role: "Manager",
company: "Corporate Client",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-black-girl-adding-honey-waffles-while-eating-with-mother-home_637285-12675.jpg",
},
{ {
id: "5", id: "5", name: "Lisa B.", role: "Designer", company: "Customer", rating: 5,
name: "Lisa B.", imageSrc: "http://img.b2bpic.net/free-photo/laughing-amorous-girlfriends-street_23-2147743639.jpg"},
role: "Designer",
company: "Customer",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/laughing-amorous-girlfriends-street_23-2147743639.jpg",
},
]} ]}
title="What Our Customers Say" title="What Our Customers Say"
description="Hear from the Tino community." description="Hear from the Tino community."
@@ -317,25 +204,13 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
metrics={[ metrics={[
{ {
id: "m1", id: "m1", value: "1.2k", title: "Pizzas Monthly", description: "Hand-crafted satisfaction.", icon: Pizza,
value: "1.2k",
title: "Pizzas Monthly",
description: "Hand-crafted satisfaction.",
icon: Pizza,
}, },
{ {
id: "m2", id: "m2", value: "99%", title: "Freshness Rate", description: "Farm to oven guaranteed.", icon: Leaf,
value: "99%",
title: "Freshness Rate",
description: "Farm to oven guaranteed.",
icon: Leaf,
}, },
{ {
id: "m3", id: "m3", value: "25min", title: "Avg Delivery", description: "Quick, hot delivery service.", icon: Clock,
value: "25min",
title: "Avg Delivery",
description: "Quick, hot delivery service.",
icon: Clock,
}, },
]} ]}
title="Tino By The Numbers" title="Tino By The Numbers"
@@ -349,20 +224,11 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
faqs={[ faqs={[
{ {
id: "f1", id: "f1", title: "Do you offer gluten-free crusts?", content: "Yes, we offer premium gluten-free crust options for any of our signature pizzas."},
title: "Do you offer gluten-free crusts?",
content: "Yes, we offer premium gluten-free crust options for any of our signature pizzas.",
},
{ {
id: "f2", id: "f2", title: "How fast is delivery?", content: "Our average delivery time is between 25-35 minutes depending on location and peak hours. We operate until 23:00 daily."},
title: "How fast is delivery?",
content: "Our average delivery time is between 25-35 minutes depending on location and peak hours.",
},
{ {
id: "f3", id: "f3", title: "Do you take large catering orders?", content: "Absolutely! Contact us at least 24 hours in advance for catering packages."},
title: "Do you take large catering orders?",
content: "Absolutely! Contact us at least 24 hours in advance for catering packages.",
},
]} ]}
title="Frequently Asked Questions" title="Frequently Asked Questions"
faqsAnimation="slide-up" faqsAnimation="slide-up"
@@ -374,31 +240,20 @@ export default function LandingPage() {
<ContactSplitForm <ContactSplitForm
useInvertedBackground={false} useInvertedBackground={false}
title="Ready to Order?" title="Ready to Order?"
description="Fill out the form to place your order or inquire about catering. Our team will get back to you immediately." description="Find us at ul. Kabanbay Batyra 32, Taldykorgan. Call 8 (700) 427 2828 or visit tinopizza.kz. We are open until 23:00."
inputs={[ inputs={[
{ {
name: "name", name: "name", type: "text", placeholder: "Your Name", required: true,
type: "text",
placeholder: "Your Name",
required: true,
}, },
{ {
name: "email", name: "email", type: "email", placeholder: "Your Email", required: true,
type: "email",
placeholder: "Your Email",
required: true,
}, },
{ {
name: "phone", name: "phone", type: "tel", placeholder: "Phone Number", required: true,
type: "tel",
placeholder: "Phone Number",
required: true,
}, },
]} ]}
textarea={{ textarea={{
name: "order", name: "order", placeholder: "Your Order / Inquiries", rows: 4,
placeholder: "Your Order / Inquiries",
rows: 4,
required: true, required: true,
}} }}
imageSrc="http://img.b2bpic.net/free-photo/baking-pizza-wood-fired-oven_52683-106697.jpg" imageSrc="http://img.b2bpic.net/free-photo/baking-pizza-wood-fired-oven_52683-106697.jpg"
@@ -411,37 +266,25 @@ export default function LandingPage() {
logoText="TINO PIZZA" logoText="TINO PIZZA"
columns={[ columns={[
{ {
title: "Navigate", title: "Navigate", items: [
items: [
{ {
label: "Home", label: "Home", href: "#hero"},
href: "#hero",
},
{ {
label: "Menu", label: "Menu", href: "#menu"},
href: "#menu",
},
{ {
label: "Contact", label: "Contact", href: "#contact"},
href: "#contact",
},
], ],
}, },
{ {
title: "Info", title: "Business Info", items: [
items: [
{ {
label: "About Us", label: "ul. Kabanbay Batyra 32", href: "#"},
href: "#about",
},
{ {
label: "FAQs", label: "Tel: 8 (700) 427 2828", href: "tel:+77004272828"},
href: "#faq",
},
{ {
label: "Privacy Policy", label: "Open until 23:00", href: "#"},
href: "#", {
}, label: "tinopizza.kz", href: "https://tinopizza.kz"},
], ],
}, },
]} ]}