Merge version_1 into main #2
597
src/app/page.tsx
597
src/app/page.tsx
@@ -30,446 +30,183 @@ export default function LandingPage() {
|
||||
headingFontWeight="extrabold"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "#menu",
|
||||
},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
]}
|
||||
brandName="Twist & Taste"
|
||||
/>
|
||||
</div>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{ name: "Home", id: "#hero" },
|
||||
{ name: "About", id: "#about" },
|
||||
{ name: "Menu", id: "#menu" },
|
||||
{ name: "Testimonials", id: "#testimonials" },
|
||||
{ name: "Contact", id: "#contact" },
|
||||
]}
|
||||
brandName="Twist & Taste"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardTestimonial
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
title="Elevated Döner, Crafted with Soul"
|
||||
description="Experience San Jose's finest artisanal döner and gourmet street food. Handcrafted daily, served with warmth and premium ingredients."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Alex R.",
|
||||
handle: "@foodie",
|
||||
testimonial: "The best döner experience in SJ. Truly premium quality.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-caucasian-man_641386-12.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
name: "Maria L.",
|
||||
handle: "@local",
|
||||
testimonial: "Fast service, incredibly fresh ingredients. Feels so warm.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-sitting-table-holding-mobile-phone-indoors_171337-17097.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
name: "John K.",
|
||||
handle: "@foodie",
|
||||
testimonial: "Generous portions and beautiful presentation every time.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-isolated-showing-facial-emotions_1303-20271.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
name: "Sarah D.",
|
||||
handle: "@foodie",
|
||||
testimonial: "Definitely one of the best spots around. High-quality meat.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg",
|
||||
},
|
||||
{
|
||||
name: "David M.",
|
||||
handle: "@local",
|
||||
testimonial: "The staff are so friendly and attentive. Love the vibe.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-young-caucasian-female-wearing-her-red-hair-bun-laughing-out-loud_273609-9260.jpg",
|
||||
},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
{
|
||||
text: "Order Now",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/side-view-beef-doner-wrapped-lavash-served-with-dresh-tomatoes-cucumbers-wooden-board_140725-12250.jpg"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-hispanic-man-smiling-confident-looking-side-street_839833-10631.jpg",
|
||||
alt: "Customer 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-young-man-looking-camera-winking_1262-18708.jpg",
|
||||
alt: "Customer 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/woman-with-blonde-hair-smiling-warmly-minimalist-portrait_24972-2971.jpg",
|
||||
alt: "Customer 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-handsome-man-posing-outdoors_23-2149073989.jpg",
|
||||
alt: "Customer 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/adorable-lovely-woman-fashion-clothes-is-sitting-open-air-cafe-is-using-smartphone-waiting-friends-city-lights-background_291650-842.jpg",
|
||||
alt: "Customer 5",
|
||||
},
|
||||
]}
|
||||
avatarText="Join 100+ happy foodies"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Freshly Grilled",
|
||||
icon: Flame,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Locally Sourced",
|
||||
icon: Leaf,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Authentic Recipes",
|
||||
icon: Award,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Award Winning",
|
||||
icon: Award,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Community Fav",
|
||||
icon: Users,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardTestimonial
|
||||
useInvertedBackground={false}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Elevated Döner, Crafted with Soul"
|
||||
description="Experience San Jose's finest artisanal döner and gourmet street food. Handcrafted daily, served with warmth and premium ingredients."
|
||||
testimonials={[
|
||||
{ name: "Alex R.", handle: "@foodie", testimonial: "The best döner experience in SJ. Truly premium quality.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-caucasian-man_641386-12.jpg" },
|
||||
{ name: "Maria L.", handle: "@local", testimonial: "Fast service, incredibly fresh ingredients. Feels so warm.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/girl-sitting-table-holding-mobile-phone-indoors_171337-17097.jpg" },
|
||||
{ name: "John K.", handle: "@foodie", testimonial: "Generous portions and beautiful presentation every time.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-isolated-showing-facial-emotions_1303-20271.jpg" },
|
||||
{ name: "Sarah D.", handle: "@foodie", testimonial: "Definitely one of the best spots around. High-quality meat.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg" },
|
||||
{ name: "David M.", handle: "@local", testimonial: "The staff are so friendly and attentive. Love the vibe.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/cheerful-young-caucasian-female-wearing-her-red-hair-bun-laughing-out-loud_273609-9260.jpg" },
|
||||
]}
|
||||
buttons={[{ text: "View Menu", href: "#menu" }, { text: "Order Now", href: "#contact" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/side-view-beef-doner-wrapped-lavash-served-with-dresh-tomatoes-cucumbers-wooden-board_140725-12250.jpg"
|
||||
avatars={[
|
||||
{ src: "http://img.b2bpic.net/free-photo/young-hispanic-man-smiling-confident-looking-side-street_839833-10631.jpg", alt: "Customer 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/smiling-young-man-looking-camera-winking_1262-18708.jpg", alt: "Customer 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/woman-with-blonde-hair-smiling-warmly-minimalist-portrait_24972-2971.jpg", alt: "Customer 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-handsome-man-posing-outdoors_23-2149073989.jpg", alt: "Customer 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/adorable-lovely-woman-fashion-clothes-is-sitting-open-air-cafe-is-using-smartphone-waiting-friends-city-lights-background_291650-842.jpg", alt: "Customer 5" },
|
||||
]}
|
||||
avatarText="Join 100+ happy foodies"
|
||||
marqueeItems={[
|
||||
{ type: "text-icon", text: "Freshly Grilled", icon: Flame },
|
||||
{ type: "text-icon", text: "Locally Sourced", icon: Leaf },
|
||||
{ type: "text-icon", text: "Authentic Recipes", icon: Award },
|
||||
{ type: "text-icon", text: "Award Winning", icon: Award },
|
||||
{ type: "text-icon", text: "Community Fav", icon: Users },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<AboutMetric
|
||||
useInvertedBackground={false}
|
||||
title="A Passion for Flavor"
|
||||
metrics={[
|
||||
{
|
||||
icon: Star,
|
||||
label: "Rating",
|
||||
value: "5.0",
|
||||
},
|
||||
{
|
||||
icon: Users,
|
||||
label: "Happy Guests",
|
||||
value: "100+",
|
||||
},
|
||||
{
|
||||
icon: Award,
|
||||
label: "Freshness",
|
||||
value: "100%",
|
||||
},
|
||||
]}
|
||||
metricsAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
<div id="about" data-section="about">
|
||||
<AboutMetric
|
||||
useInvertedBackground={false}
|
||||
title="A Passion for Flavor"
|
||||
metrics={[
|
||||
{ icon: Star, label: "Rating", value: "5.0" },
|
||||
{ icon: Users, label: "Happy Guests", value: "100+" },
|
||||
{ icon: Award, label: "Freshness", value: "100%" },
|
||||
]}
|
||||
metricsAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="menu" data-section="menu">
|
||||
<ProductCardFour
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Beef Döner Kebab",
|
||||
price: "$15",
|
||||
variant: "Premium",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-eggs-red-tomatoes-fried-along-with-fresh-bread-olives-tea-bright-surface_140725-14419.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Turkish Lentil Soup",
|
||||
price: "$10",
|
||||
variant: "Artisan",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blue-pot-with-tasty-soup-served-with-mint-pepper-chopped-lemon-wooden-spoon-yellow-pea-blue-background_140725-94306.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Crispy Artisan Bread",
|
||||
price: "$12",
|
||||
variant: "Handcrafted",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-sliced-bread-knife_23-2148365450.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Gourmet Döner Wrap",
|
||||
price: "$14",
|
||||
variant: "Fresh",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chicken-flatbread-wrap-with-fries-tomato-prickles-takeaway-paper-bag_140725-1315.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Signature Plate",
|
||||
price: "$18",
|
||||
variant: "Chef's Selection",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-beef-doner-slices-placed-flatbread_140725-5089.jpg",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Fresh Street Side",
|
||||
price: "$11",
|
||||
variant: "Gourmet",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bowls-different-salads-displayed-marble-surface_114579-48009.jpg",
|
||||
},
|
||||
]}
|
||||
title="Signature Specialties"
|
||||
description="Artisanally prepared classics with a premium twist."
|
||||
/>
|
||||
</div>
|
||||
<div id="menu" data-section="menu">
|
||||
<ProductCardFour
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "1", name: "Beef Döner Kebab", price: "$15", variant: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/front-view-eggs-red-tomatoes-fried-along-with-fresh-bread-olives-tea-bright-surface_140725-14419.jpg" },
|
||||
{ id: "2", name: "Turkish Lentil Soup", price: "$10", variant: "Artisan", imageSrc: "http://img.b2bpic.net/free-photo/blue-pot-with-tasty-soup-served-with-mint-pepper-chopped-lemon-wooden-spoon-yellow-pea-blue-background_140725-94306.jpg" },
|
||||
{ id: "3", name: "Crispy Artisan Bread", price: "$12", variant: "Handcrafted", imageSrc: "http://img.b2bpic.net/free-photo/top-view-sliced-bread-knife_23-2148365450.jpg" },
|
||||
{ id: "4", name: "Gourmet Döner Wrap", price: "$14", variant: "Fresh", imageSrc: "http://img.b2bpic.net/free-photo/chicken-flatbread-wrap-with-fries-tomato-prickles-takeaway-paper-bag_140725-1315.jpg" },
|
||||
{ id: "5", name: "Signature Plate", price: "$18", variant: "Chef's Selection", imageSrc: "http://img.b2bpic.net/free-photo/top-view-beef-doner-slices-placed-flatbread_140725-5089.jpg" },
|
||||
{ id: "6", name: "Fresh Street Side", price: "$11", variant: "Gourmet", imageSrc: "http://img.b2bpic.net/free-photo/bowls-different-salads-displayed-marble-surface_114579-48009.jpg" },
|
||||
]}
|
||||
title="Signature Specialties"
|
||||
description="Artisanally prepared classics with a premium twist."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="why-love" data-section="why-love">
|
||||
<FeatureCardNine
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Fresh Ingredients",
|
||||
description: "Hand-selected, daily farm-fresh produce in every bite.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-kitchen-composition-with-healthy-ingredients_23-2147859383.jpg",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-person-s-hand-slicing-red-tomato-chopping-board_23-2147944239.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-caucasian-man_641386-12.jpg?_wi=2",
|
||||
imageAlt: "fresh farm vegetables produce",
|
||||
},
|
||||
{
|
||||
title: "Exceptional Flavor",
|
||||
description: "Chef-curated spice blends and perfectly cooked meat.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/culinary-expert-chef-uniform-prepares-freshly-cut-vegetables-dish_482257-121130.jpg",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-christmas-dish-bottle-oil-bowls-spices-lemon-garlic-tree-branches-black-surface_140725-111537.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-sitting-table-holding-mobile-phone-indoors_171337-17097.jpg?_wi=2",
|
||||
imageAlt: "fresh farm vegetables produce",
|
||||
},
|
||||
{
|
||||
title: "Warm Hospitality",
|
||||
description: "Our team treats every guest like family, every time.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-indian-girl-black-saree-dress-posed-restaurant_627829-1955.jpg",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-caucasian-business-male-taking-off-face-mask-virus-protection-show-his-smile-with-cheerful-get-well-fight-spread-covid-19-epidemic-health-ideas-concept_609648-1061.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-isolated-showing-facial-emotions_1303-20271.jpg?_wi=2",
|
||||
imageAlt: "fresh farm vegetables produce",
|
||||
},
|
||||
]}
|
||||
showStepNumbers={true}
|
||||
title="Why Guests Love Twist & Taste"
|
||||
description="It's more than just a meal—it's a premium experience."
|
||||
/>
|
||||
</div>
|
||||
<div id="why-love" data-section="why-love">
|
||||
<FeatureCardNine
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Fresh Ingredients", description: "Hand-selected, daily farm-fresh produce in every bite.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/modern-kitchen-composition-with-healthy-ingredients_23-2147859383.jpg" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-person-s-hand-slicing-red-tomato-chopping-board_23-2147944239.jpg" }
|
||||
},
|
||||
{
|
||||
title: "Exceptional Flavor", description: "Chef-curated spice blends and perfectly cooked meat.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/culinary-expert-chef-uniform-prepares-freshly-cut-vegetables-dish_482257-121130.jpg" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/top-view-christmas-dish-bottle-oil-bowls-spices-lemon-garlic-tree-branches-black-surface_140725-111537.jpg" }
|
||||
},
|
||||
{
|
||||
title: "Warm Hospitality", description: "Our team treats every guest like family, every time.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/pretty-indian-girl-black-saree-dress-posed-restaurant_627829-1955.jpg" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/positive-caucasian-business-male-taking-off-face-mask-virus-protection-show-his-smile-with-cheerful-get-well-fight-spread-covid-19-epidemic-health-ideas-concept_609648-1061.jpg" }
|
||||
}
|
||||
]}
|
||||
showStepNumbers={true}
|
||||
title="Why Guests Love Twist & Taste"
|
||||
description="It's more than just a meal—it's a premium experience."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="experience" data-section="experience">
|
||||
<PricingCardNine
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "p1",
|
||||
title: "Dine-In",
|
||||
price: "$10-$20",
|
||||
period: "person",
|
||||
features: [
|
||||
"Full service",
|
||||
"Fresh atmosphere",
|
||||
"Premium experience",
|
||||
],
|
||||
button: {
|
||||
text: "Visit Us",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/empty-dining-table-restaurant_53876-64723.jpg",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
title: "Delivery",
|
||||
price: "Fast",
|
||||
period: "delivery",
|
||||
features: [
|
||||
"Freshly packed",
|
||||
"Prompt delivery",
|
||||
"Quality guaranteed",
|
||||
],
|
||||
button: {
|
||||
text: "Order Now",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-delivers-local-supermarket-food_482257-81663.jpg",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
title: "Catering",
|
||||
price: "Custom",
|
||||
period: "events",
|
||||
features: [
|
||||
"Group menu",
|
||||
"Personalized service",
|
||||
"Large event support",
|
||||
],
|
||||
button: {
|
||||
text: "Inquire",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/meat-carpaccio-plate-table_140725-4808.jpg",
|
||||
},
|
||||
]}
|
||||
title="Dining Made Simple"
|
||||
description="Choose your preferred way to enjoy our döner."
|
||||
/>
|
||||
</div>
|
||||
<div id="experience" data-section="experience">
|
||||
<PricingCardNine
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{ id: "p1", title: "Dine-In", price: "$10-$20", period: "person", features: ["Full service", "Fresh atmosphere", "Premium experience"], button: { text: "Visit Us" }, imageSrc: "http://img.b2bpic.net/free-photo/empty-dining-table-restaurant_53876-64723.jpg" },
|
||||
{ id: "p2", title: "Delivery", price: "Fast", period: "delivery", features: ["Freshly packed", "Prompt delivery", "Quality guaranteed"], button: { text: "Order Now" }, imageSrc: "http://img.b2bpic.net/free-photo/man-delivers-local-supermarket-food_482257-81663.jpg" },
|
||||
{ id: "p3", title: "Catering", price: "Custom", period: "events", features: ["Group menu", "Personalized service", "Large event support"], button: { text: "Inquire" }, imageSrc: "http://img.b2bpic.net/free-photo/meat-carpaccio-plate-table_140725-4808.jpg" },
|
||||
]}
|
||||
title="Dining Made Simple"
|
||||
description="Choose your preferred way to enjoy our döner."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardSix
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Alice J.",
|
||||
handle: "@fan",
|
||||
testimonial: "The best beef döner, period.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-girl-black-turtleneck-glasses-smiling-with-happy-face-showing-thumbs-up_141793-54522.jpg",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Bob K.",
|
||||
handle: "@fan",
|
||||
testimonial: "Consistent, flavorful, and incredibly fast.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-surprised-expression_1194-3809.jpg",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Charlie P.",
|
||||
handle: "@fan",
|
||||
testimonial: "Feels like a luxury street food treat.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-cheerful-freckled-teenage-girl-smiles-broadly-shows-white-teeth-has-trendy-ideas-gathers-with-friends-same-age-have-fun-poses-against-red-wall_273609-53776.jpg",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Dana S.",
|
||||
handle: "@fan",
|
||||
testimonial: "Service is just amazing every visit.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/brunette-businesswoman-taking-selfie_23-2148142674.jpg",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Ethan R.",
|
||||
handle: "@fan",
|
||||
testimonial: "Freshness is their top priority.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-asian-girl-showing-thumbs-up-looking-pleased-approve-smth-standing-white-background_1258-100067.jpg",
|
||||
},
|
||||
]}
|
||||
title="Hear From Our Community"
|
||||
description="See why our guests keep coming back for more."
|
||||
/>
|
||||
</div>
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardSix
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{ id: "t1", name: "Alice J.", handle: "@fan", testimonial: "The best beef döner, period.", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-girl-black-turtleneck-glasses-smiling-with-happy-face-showing-thumbs-up_141793-54522.jpg" },
|
||||
{ id: "t2", name: "Bob K.", handle: "@fan", testimonial: "Consistent, flavorful, and incredibly fast.", imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-surprised-expression_1194-3809.jpg" },
|
||||
{ id: "t3", name: "Charlie P.", handle: "@fan", testimonial: "Feels like a luxury street food treat.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-cheerful-freckled-teenage-girl-smiles-broadly-shows-white-teeth-has-trendy-ideas-gathers-with-friends-same-age-have-fun-poses-against-red-wall_273609-53776.jpg" },
|
||||
{ id: "t4", name: "Dana S.", handle: "@fan", testimonial: "Service is just amazing every visit.", imageSrc: "http://img.b2bpic.net/free-photo/brunette-businesswoman-taking-selfie_23-2148142674.jpg" },
|
||||
{ id: "t5", name: "Ethan R.", handle: "@fan", testimonial: "Freshness is their top priority.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-asian-girl-showing-thumbs-up-looking-pleased-approve-smth-standing-white-background_1258-100067.jpg" },
|
||||
]}
|
||||
title="Hear From Our Community"
|
||||
description="See why our guests keep coming back for more."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="social" data-section="social">
|
||||
<SocialProofOne
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"San Jose Daily",
|
||||
"Foodie Times",
|
||||
"Bay Area Eats",
|
||||
"Gourmet Guide",
|
||||
"Local Favorites",
|
||||
"Street Food Weekly",
|
||||
"Culinary Review",
|
||||
]}
|
||||
title="A Trusted Local Favorite"
|
||||
description="Featured in our community as a must-visit spot."
|
||||
/>
|
||||
</div>
|
||||
<div id="social" data-section="social">
|
||||
<SocialProofOne
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
names={["San Jose Daily", "Foodie Times", "Bay Area Eats", "Gourmet Guide", "Local Favorites", "Street Food Weekly", "Culinary Review"]}
|
||||
title="A Trusted Local Favorite"
|
||||
description="Featured in our community as a must-visit spot."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqSplitText
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Is parking available?",
|
||||
content: "Yes, we offer large, convenient parking for all our guests.",
|
||||
},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Do you offer delivery?",
|
||||
content: "Absolutely, enjoy our premium döner at home.",
|
||||
},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Do you offer outdoor seating?",
|
||||
content: "We have comfortable, spacious outdoor seating available.",
|
||||
},
|
||||
]}
|
||||
sideTitle="Questions?"
|
||||
faqsAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqSplitText
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{ id: "q1", title: "Is parking available?", content: "Yes, we offer large, convenient parking for all our guests." },
|
||||
{ id: "q2", title: "Do you offer delivery?", content: "Absolutely, enjoy our premium döner at home." },
|
||||
{ id: "q3", title: "Do you offer outdoor seating?", content: "We have comfortable, spacious outdoor seating available." },
|
||||
]}
|
||||
sideTitle="Questions?"
|
||||
faqsAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
tag="Contact"
|
||||
title="Visit Twist & Taste"
|
||||
description="3702 S Bascom Ave, San Jose, CA 95124. Come taste the experience today."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/casual-male-posing-with-electric-scooter_23-2148779878.jpg"
|
||||
mediaAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Contact"
|
||||
title="Visit Twist & Taste"
|
||||
description="3702 S Bascom Ave, San Jose, CA 95124. Come taste the experience today."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/casual-male-posing-with-electric-scooter_23-2148779878.jpg"
|
||||
mediaAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="Twist & Taste"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
rightLink={{
|
||||
text: "Contact Us",
|
||||
href: "#contact",
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="Twist & Taste"
|
||||
leftLink={{ text: "Privacy Policy", href: "#" }}
|
||||
rightLink={{ text: "Contact Us", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user