Merge version_1 into main #1
283
src/app/page.tsx
283
src/app/page.tsx
@@ -33,42 +33,24 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#home",
|
||||
},
|
||||
name: "Home", id: "#home"},
|
||||
{
|
||||
name: "Why Us",
|
||||
id: "#features",
|
||||
},
|
||||
name: "Why Us", id: "#features"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "#products",
|
||||
},
|
||||
name: "Menu", id: "#products"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Reviews", id: "#testimonials"},
|
||||
{
|
||||
name: "Philosophy",
|
||||
id: "#about",
|
||||
},
|
||||
name: "Philosophy", id: "#about"},
|
||||
{
|
||||
name: "Explore Menu",
|
||||
id: "#blog",
|
||||
},
|
||||
name: "Explore Menu", id: "#blog"},
|
||||
{
|
||||
name: "Community",
|
||||
id: "#social-proof",
|
||||
},
|
||||
name: "Community", id: "#social-proof"},
|
||||
{
|
||||
name: "Visit Us",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Visit Us", id: "#contact"},
|
||||
]}
|
||||
button={{
|
||||
text: "Order Now",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Order Now", href: "#contact"}}
|
||||
brandName="Cafe Thick To Ripped"
|
||||
/>
|
||||
</div>
|
||||
@@ -76,42 +58,21 @@ export default function LandingPage() {
|
||||
<div id="home" data-section="home">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Eat Clean. Get Strong. Feel Incredible."
|
||||
description="Fresh protein-packed meals, wraps, salads, smoothies, and healthy bowls crafted for fitness lovers and food enthusiasts."
|
||||
tag="Healthy Food That Actually Tastes Amazing."
|
||||
buttons={[
|
||||
{
|
||||
text: "Order Now",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Order Now", href: "#products"},
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "#blog",
|
||||
},
|
||||
text: "View Menu", href: "#blog"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-eggplant-rolls-with-baked-potatoes-inside-plate-dark-background-dish-meal-dinner-food-potato-vegetable_140725-116127.jpg",
|
||||
imageAlt: "cinematic healthy food plate close up",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-eggplant-rolls-with-baked-potatoes-inside-plate-dark-background-dish-meal-dinner-food-potato-vegetable_140725-116127.jpg", imageAlt: "cinematic healthy food plate close up"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vegetable-dolma-with-meat-stuffings-pan_114579-3099.jpg",
|
||||
imageAlt: "healthy food flat lay dark luxury",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-close-up-view-orange-cake-orange-cake-with-chocolate-bowl-right-side-black-table_140725-117204.jpg",
|
||||
imageAlt: "Side close-up view orange cake orange cake with chocolate in the bowl on the right side of the black table",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chicken-stir-fried-chili-along-with-bell-pepper-tomatoes-carrots_1150-27220.jpg",
|
||||
imageAlt: "Chicken Stir Fried Chili Along with bell pepper, tomatoes and carrots",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-close-view-bowl-veggie-salad-with-bowl-cut-peppers-fork-oil-bottle-dark-background_140725-135982.jpg",
|
||||
imageAlt: "Top close view of bowl of veggie salad with bowl of cut peppers fork and oil bottle on dark background",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vegetable-dolma-with-meat-stuffings-pan_114579-3099.jpg", imageAlt: "healthy food flat lay dark luxury"},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={4.6}
|
||||
@@ -127,24 +88,16 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
icon: Apple,
|
||||
title: "Protein-Packed Meals",
|
||||
description: "Designed for gym-goers, athletes, and health-conscious food lovers.",
|
||||
},
|
||||
title: "Protein-Packed Meals", description: "Designed for gym-goers, athletes, and health-conscious food lovers."},
|
||||
{
|
||||
icon: Award,
|
||||
title: "Affordable Healthy Food",
|
||||
description: "Premium nutrition without premium pricing.",
|
||||
},
|
||||
title: "Affordable Healthy Food", description: "Premium nutrition without premium pricing."},
|
||||
{
|
||||
icon: Leaf,
|
||||
title: "Fresh Ingredients Daily",
|
||||
description: "Real food. Real nutrition. No shortcuts.",
|
||||
},
|
||||
title: "Fresh Ingredients Daily", description: "Real food. Real nutrition. No shortcuts."},
|
||||
{
|
||||
icon: Rocket,
|
||||
title: "Fast Service",
|
||||
description: "Dine-in, takeaway, and delivery.",
|
||||
},
|
||||
title: "Fast Service", description: "Dine-in, takeaway, and delivery."},
|
||||
]}
|
||||
title="Why People Love Us"
|
||||
description="Discover the core values that make Cafe Thick To Ripped the top choice for healthy and delicious meals in Mapusa."
|
||||
@@ -159,61 +112,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Chicken Brown Rice Bowl",
|
||||
price: "₹220",
|
||||
variant: "High-protein meal",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-batch-cooking-arrangement-with-healthy-food_23-2149092441.jpg",
|
||||
imageAlt: "Chicken Brown Rice Bowl",
|
||||
},
|
||||
id: "p1", name: "Chicken Brown Rice Bowl", price: "₹220", variant: "High-protein meal", imageSrc: "http://img.b2bpic.net/free-photo/top-view-batch-cooking-arrangement-with-healthy-food_23-2149092441.jpg", imageAlt: "Chicken Brown Rice Bowl"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Chicken Baguette",
|
||||
price: "₹180",
|
||||
variant: "Customer favorite",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/big-sandwich-with-chicken-kebab-lettuce_2829-16668.jpg",
|
||||
imageAlt: "Chicken Baguette",
|
||||
},
|
||||
id: "p2", name: "Chicken Baguette", price: "₹180", variant: "Customer favorite", imageSrc: "http://img.b2bpic.net/free-photo/big-sandwich-with-chicken-kebab-lettuce_2829-16668.jpg", imageAlt: "Chicken Baguette"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Multigrain Chicken Wrap",
|
||||
price: "₹190",
|
||||
variant: "Clean fuel",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wraps-vegetables-plate_23-2148381339.jpg",
|
||||
imageAlt: "Multigrain Chicken Wrap",
|
||||
},
|
||||
id: "p3", name: "Multigrain Chicken Wrap", price: "₹190", variant: "Clean fuel", imageSrc: "http://img.b2bpic.net/free-photo/wraps-vegetables-plate_23-2148381339.jpg", imageAlt: "Multigrain Chicken Wrap"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Whey Protein Shake",
|
||||
price: "₹150",
|
||||
variant: "Recovery made delicious",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-with-smoothie-doughnut_23-2149894968.jpg",
|
||||
imageAlt: "Whey Protein Shake",
|
||||
},
|
||||
id: "p4", name: "Whey Protein Shake", price: "₹150", variant: "Recovery made delicious", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-with-smoothie-doughnut_23-2149894968.jpg", imageAlt: "Whey Protein Shake"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Chocolate Chia Pudding",
|
||||
price: "₹120",
|
||||
variant: "Healthy indulgence",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-view-tasty-blueberry-mousse_23-2148238679.jpg",
|
||||
imageAlt: "Chocolate Chia Pudding",
|
||||
},
|
||||
id: "p5", name: "Chocolate Chia Pudding", price: "₹120", variant: "Healthy indulgence", imageSrc: "http://img.b2bpic.net/free-photo/high-view-tasty-blueberry-mousse_23-2148238679.jpg", imageAlt: "Chocolate Chia Pudding"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Garden Fresh Salad",
|
||||
price: "₹170",
|
||||
variant: "Vibrant and nutritious",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-healthy-salad-table_23-2148538671.jpg",
|
||||
imageAlt: "Garden Fresh Salad",
|
||||
},
|
||||
id: "p6", name: "Garden Fresh Salad", price: "₹170", variant: "Vibrant and nutritious", imageSrc: "http://img.b2bpic.net/free-photo/close-up-healthy-salad-table_23-2148538671.jpg", imageAlt: "Garden Fresh Salad"},
|
||||
]}
|
||||
title="Signature Dishes"
|
||||
description="Experience the perfect blend of health and taste with our most loved creations."
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Full Menu",
|
||||
href: "#blog",
|
||||
},
|
||||
text: "Explore Full Menu", href: "#blog"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -223,35 +138,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sarah J.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-holding-each-other-s-hand_23-2147891266.jpg",
|
||||
imageAlt: "happy young woman smiling natural light",
|
||||
},
|
||||
id: "t1", name: "Sarah J.", imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-holding-each-other-s-hand_23-2147891266.jpg", imageAlt: "happy young woman smiling natural light"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Michael C.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/having-lunch-spacious-restaurant_52683-117480.jpg",
|
||||
imageAlt: "man in cafe enjoying meal",
|
||||
},
|
||||
id: "t2", name: "Michael C.", imageSrc: "http://img.b2bpic.net/free-photo/having-lunch-spacious-restaurant_52683-117480.jpg", imageAlt: "man in cafe enjoying meal"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Emily R.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-overjoyed-woman-rejoicing-her-success_74855-3513.jpg",
|
||||
imageAlt: "woman smiling professional setting",
|
||||
},
|
||||
id: "t3", name: "Emily R.", imageSrc: "http://img.b2bpic.net/free-photo/happy-overjoyed-woman-rejoicing-her-success_74855-3513.jpg", imageAlt: "woman smiling professional setting"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "David K.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiling-african-american-woman-with-dark-curly-hair-smiling-camera-near-with-copy-space-your-advertisement-colorful-background-space-text_574295-4835.jpg",
|
||||
imageAlt: "diverse person smiling clean background",
|
||||
},
|
||||
id: "t4", name: "David K.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiling-african-american-woman-with-dark-curly-hair-smiling-camera-near-with-copy-space-your-advertisement-colorful-background-space-text_574295-4835.jpg", imageAlt: "diverse person smiling clean background"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Jessica L.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smile-lady-wedding-day-holiday_1304-966.jpg",
|
||||
imageAlt: "young woman headshot confident smile",
|
||||
},
|
||||
id: "t5", name: "Jessica L.", imageSrc: "http://img.b2bpic.net/free-photo/smile-lady-wedding-day-holiday_1304-966.jpg", imageAlt: "young woman headshot confident smile"},
|
||||
]}
|
||||
cardTitle="Customer Reviews"
|
||||
cardTag="Rave Reviews"
|
||||
@@ -283,52 +178,22 @@ export default function LandingPage() {
|
||||
tag="Interactive Menu Preview"
|
||||
blogs={[
|
||||
{
|
||||
id: "b1",
|
||||
category: "Menu Category",
|
||||
title: "Protein Meals",
|
||||
excerpt: "Fuel your workouts and recovery with our high-protein main courses.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/assortment-veggies-egg-plate_23-2148698665.jpg",
|
||||
imageAlt: "Protein-packed meal",
|
||||
id: "b1", category: "Menu Category", title: "Protein Meals", excerpt: "Fuel your workouts and recovery with our high-protein main courses.", imageSrc: "http://img.b2bpic.net/free-photo/assortment-veggies-egg-plate_23-2148698665.jpg", imageAlt: "Protein-packed meal", authorName: "Cafe Thick To Ripped", authorAvatar: "http://img.b2bpic.net/free-photo/happy-couple-holding-each-other-s-hand_23-2147891266.jpg", date: "October 26, 2024"
|
||||
},
|
||||
{
|
||||
id: "b2",
|
||||
category: "Menu Category",
|
||||
title: "Wraps & Baguettes",
|
||||
excerpt: "Quick, delicious, and healthy options for your on-the-go lifestyle.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grilled-bbq-pork-chop-meat-steak_74190-6144.jpg",
|
||||
imageAlt: "Healthy wraps and baguettes",
|
||||
id: "b2", category: "Menu Category", title: "Wraps & Baguettes", excerpt: "Quick, delicious, and healthy options for your on-the-go lifestyle.", imageSrc: "http://img.b2bpic.net/free-photo/grilled-bbq-pork-chop-meat-steak_74190-6144.jpg", imageAlt: "Healthy wraps and baguettes", authorName: "Cafe Thick To Ripped", authorAvatar: "http://img.b2bpic.net/free-photo/happy-couple-holding-each-other-s-hand_23-2147891266.jpg", date: "October 26, 2024"
|
||||
},
|
||||
{
|
||||
id: "b3",
|
||||
category: "Menu Category",
|
||||
title: "Salads",
|
||||
excerpt: "Fresh, vibrant, and packed with nutrients to keep you light and energized.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/carpaccio-radish-with-arugula-mozzarella-balsamic-sauce-healthy-food-daikon-salad_2829-6826.jpg",
|
||||
imageAlt: "Fresh healthy salad",
|
||||
id: "b3", category: "Menu Category", title: "Salads", excerpt: "Fresh, vibrant, and packed with nutrients to keep you light and energized.", imageSrc: "http://img.b2bpic.net/free-photo/carpaccio-radish-with-arugula-mozzarella-balsamic-sauce-healthy-food-daikon-salad_2829-6826.jpg", imageAlt: "Fresh healthy salad", authorName: "Cafe Thick To Ripped", authorAvatar: "http://img.b2bpic.net/free-photo/happy-couple-holding-each-other-s-hand_23-2147891266.jpg", date: "October 26, 2024"
|
||||
},
|
||||
{
|
||||
id: "b4",
|
||||
category: "Menu Category",
|
||||
title: "Smoothies",
|
||||
excerpt: "Refreshing blends of fruits and proteins for a tasty boost.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vegetable-smoothies_93675-129599.jpg",
|
||||
imageAlt: "Healthy fruit smoothie",
|
||||
id: "b4", category: "Menu Category", title: "Smoothies", excerpt: "Refreshing blends of fruits and proteins for a tasty boost.", imageSrc: "http://img.b2bpic.net/free-photo/vegetable-smoothies_93675-129599.jpg", imageAlt: "Healthy fruit smoothie", authorName: "Cafe Thick To Ripped", authorAvatar: "http://img.b2bpic.net/free-photo/happy-couple-holding-each-other-s-hand_23-2147891266.jpg", date: "October 26, 2024"
|
||||
},
|
||||
{
|
||||
id: "b5",
|
||||
category: "Menu Category",
|
||||
title: "Protein Shakes",
|
||||
excerpt: "Optimal post-workout recovery or a quick protein hit anytime.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sport-wellbeing-active-lifestyle-concept-profile-portrait-sexy-asian-fitness-coach-woman-h_1258-113432.jpg",
|
||||
imageAlt: "Protein shake",
|
||||
id: "b5", category: "Menu Category", title: "Protein Shakes", excerpt: "Optimal post-workout recovery or a quick protein hit anytime.", imageSrc: "http://img.b2bpic.net/free-photo/sport-wellbeing-active-lifestyle-concept-profile-portrait-sexy-asian-fitness-coach-woman-h_1258-113432.jpg", imageAlt: "Protein shake", authorName: "Cafe Thick To Ripped", authorAvatar: "http://img.b2bpic.net/free-photo/happy-couple-holding-each-other-s-hand_23-2147891266.jpg", date: "October 26, 2024"
|
||||
},
|
||||
{
|
||||
id: "b6",
|
||||
category: "Menu Category",
|
||||
title: "Desserts",
|
||||
excerpt: "Indulge your sweet tooth guilt-free with our healthy dessert selection.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-creamy-cake-with-different-fresh-berries-inside-plate-bright-light-berry-fruit-fresh-sour_140725-32509.jpg",
|
||||
imageAlt: "Healthy chocolate chia pudding",
|
||||
id: "b6", category: "Menu Category", title: "Desserts", excerpt: "Indulge your sweet tooth guilt-free with our healthy dessert selection.", imageSrc: "http://img.b2bpic.net/free-photo/delicious-creamy-cake-with-different-fresh-berries-inside-plate-bright-light-berry-fruit-fresh-sour_140725-32509.jpg", imageAlt: "Healthy chocolate chia pudding", authorName: "Cafe Thick To Ripped", authorAvatar: "http://img.b2bpic.net/free-photo/happy-couple-holding-each-other-s-hand_23-2147891266.jpg", date: "October 26, 2024"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -339,15 +204,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"FitnessFuel",
|
||||
"Wellness Daily",
|
||||
"GymLife Magazine",
|
||||
"HealthHub Goa",
|
||||
"NutriEats",
|
||||
"Active Living",
|
||||
"FitFoodies",
|
||||
"Goa Fitness Fest",
|
||||
]}
|
||||
"FitnessFuel", "Wellness Daily", "GymLife Magazine", "HealthHub Goa", "NutriEats", "Active Living", "FitFoodies", "Goa Fitness Fest"]}
|
||||
title="Our Valued Community"
|
||||
description="We are proud to be a part of Goa's thriving fitness and wellness community, fueled by local support and a passion for healthy living."
|
||||
tag="Partners & Features"
|
||||
@@ -358,21 +215,10 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Visit Us"
|
||||
title="Cafe Thick To Ripped"
|
||||
description="📍 Near St. Xavier's College, Behind Dattamandir, Dangui Colony, Dattawadi, Mapusa, Goa\n📞 77560 21209\n🕒 Open Daily: 6:00 AM – 10:00 PM"
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Directions",
|
||||
href: "https://www.google.com/maps/dir/?api=1&destination=Cafe+Thick+To+Ripped+Mapusa+Goa",
|
||||
},
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:+917756021209",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -381,62 +227,37 @@ export default function LandingPage() {
|
||||
logoText="Cafe Thick To Ripped"
|
||||
columns={[
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
title: "Quick Links", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#home",
|
||||
},
|
||||
label: "Home", href: "#home"},
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#blog",
|
||||
},
|
||||
label: "Menu", href: "#blog"},
|
||||
{
|
||||
label: "Reviews",
|
||||
href: "#testimonials",
|
||||
},
|
||||
label: "Reviews", href: "#testimonials"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Our Offerings",
|
||||
items: [
|
||||
title: "Our Offerings", items: [
|
||||
{
|
||||
label: "Protein Meals",
|
||||
href: "#blog",
|
||||
},
|
||||
label: "Protein Meals", href: "#blog"},
|
||||
{
|
||||
label: "Wraps & Salads",
|
||||
href: "#blog",
|
||||
},
|
||||
label: "Wraps & Salads", href: "#blog"},
|
||||
{
|
||||
label: "Smoothies",
|
||||
href: "#blog",
|
||||
},
|
||||
label: "Smoothies", href: "#blog"},
|
||||
{
|
||||
label: "Healthy Desserts",
|
||||
href: "#blog",
|
||||
},
|
||||
label: "Healthy Desserts", href: "#blog"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Follow Us",
|
||||
items: [
|
||||
title: "Follow Us", items: [
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "#",
|
||||
},
|
||||
label: "Instagram", href: "#"},
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "#",
|
||||
},
|
||||
label: "Facebook", href: "#"},
|
||||
{
|
||||
label: "WhatsApp",
|
||||
href: "https://wa.me/917756021209",
|
||||
},
|
||||
label: "WhatsApp", href: "https://wa.me/917756021209"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user