Update src/app/page.tsx
This commit is contained in:
270
src/app/page.tsx
270
src/app/page.tsx
@@ -17,15 +17,15 @@ import { Apple, Leaf, Sun, Truck } from "lucide-react";
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="hover-bubble"
|
||||
defaultButtonVariant="elastic-effect"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="soft"
|
||||
borderRadius="pill"
|
||||
contentWidth="smallMedium"
|
||||
sizing="largeSizeMediumTitles"
|
||||
background="grid"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="shadow"
|
||||
secondaryButtonStyle="solid"
|
||||
background="aurora"
|
||||
cardStyle="gradient-bordered"
|
||||
primaryButtonStyle="radial-glow"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="medium"
|
||||
>
|
||||
<ReactLenis root>
|
||||
@@ -33,21 +33,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#home",
|
||||
},
|
||||
name: "Home", id: "#home"},
|
||||
{
|
||||
name: "Products",
|
||||
id: "#products",
|
||||
},
|
||||
name: "Products", id: "#products"},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
logoSrc="http://img.b2bpic.net/free-photo/fresh-mango-juice-glass-with-whole-mangoes_84443-94856.jpg"
|
||||
logoAlt="RAW PRESSERY Logo"
|
||||
@@ -60,20 +52,15 @@ export default function LandingPage() {
|
||||
<div id="home" data-section="home">
|
||||
<HeroBillboardScroll
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
title="Taste the Purity. Live the Health."
|
||||
description="RAW PRESSERY delivers 100% natural, cold-pressed juices straight to your door. Experience the vibrant flavors and essential nutrients of fresh fruits, bottled with care."
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Our Juices",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Explore Our Juices", href: "#products"},
|
||||
{
|
||||
text: "Our Story",
|
||||
href: "#about",
|
||||
},
|
||||
text: "Our Story", href: "#about"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Evspy6Z4qhphwG7hsiwPocLN2D/uploaded-1781071950796-estvpa56.png?_wi=1"
|
||||
@@ -93,28 +80,20 @@ export default function LandingPage() {
|
||||
<FeatureBorderGlow
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
icon: Apple,
|
||||
title: "100% Natural & Pure",
|
||||
description: "Only the finest fruits and vegetables, absolutely no added sugars, preservatives, or artificial ingredients. Just pure goodness.",
|
||||
},
|
||||
title: "100% Natural & Pure", description: "Only the finest fruits and vegetables, absolutely no added sugars, preservatives, or artificial ingredients. Just pure goodness."},
|
||||
{
|
||||
icon: Leaf,
|
||||
title: "Cold-Pressed Perfection",
|
||||
description: "Our unique cold-press method gently extracts nutrients, enzymes, and vibrant flavors, delivering maximum health benefits in every bottle.",
|
||||
},
|
||||
title: "Cold-Pressed Perfection", description: "Our unique cold-press method gently extracts nutrients, enzymes, and vibrant flavors, delivering maximum health benefits in every bottle."},
|
||||
{
|
||||
icon: Sun,
|
||||
title: "Nutrient-Rich & Revitalizing",
|
||||
description: "Each juice is packed with essential vitamins and minerals, boosting your energy and supporting your overall well-being naturally.",
|
||||
},
|
||||
title: "Nutrient-Rich & Revitalizing", description: "Each juice is packed with essential vitamins and minerals, boosting your energy and supporting your overall well-being naturally."},
|
||||
{
|
||||
icon: Truck,
|
||||
title: "Freshness Delivered Daily",
|
||||
description: "Enjoy the convenience of fresh, delicious juices delivered directly to your doorstep, ensuring you get the best right when you need it.",
|
||||
},
|
||||
title: "Freshness Delivered Daily", description: "Enjoy the convenience of fresh, delicious juices delivered directly to your doorstep, ensuring you get the best right when you need it."},
|
||||
]}
|
||||
title="The RAW PRESSERY Difference."
|
||||
description="Discover what makes our juices stand out. We prioritize quality, freshness, and your well-being in every step of our process."
|
||||
@@ -130,47 +109,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Pomegranate Power",
|
||||
price: "$5.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/putting-cornel-juice-into-glasses_114579-18010.jpg",
|
||||
imageAlt: "RAW PRESSERY Pomegranate Juice",
|
||||
},
|
||||
id: "1", name: "Pomegranate Power", price: "$5.99", imageSrc: "http://img.b2bpic.net/free-photo/putting-cornel-juice-into-glasses_114579-18010.jpg", imageAlt: "RAW PRESSERY Pomegranate Juice"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Zesty Orange Boost",
|
||||
price: "$4.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-orange-juice-with-straw-blue-table_23-2148037172.jpg",
|
||||
imageAlt: "RAW PRESSERY Orange Juice",
|
||||
},
|
||||
id: "2", name: "Zesty Orange Boost", price: "$4.99", imageSrc: "http://img.b2bpic.net/free-photo/fresh-orange-juice-with-straw-blue-table_23-2148037172.jpg", imageAlt: "RAW PRESSERY Orange Juice"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Alkaline Green Detox",
|
||||
price: "$6.49",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-vegetables-pink-sauce-with-grissini_23-2148562730.jpg",
|
||||
imageAlt: "RAW PRESSERY Green Detox Juice",
|
||||
},
|
||||
id: "3", name: "Alkaline Green Detox", price: "$6.49", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-vegetables-pink-sauce-with-grissini_23-2148562730.jpg", imageAlt: "RAW PRESSERY Green Detox Juice"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Mixed Berry Bliss",
|
||||
price: "$5.79",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cloth-pigmented-grapes-dye_23-2148734366.jpg",
|
||||
imageAlt: "RAW PRESSERY Mixed Berry Juice",
|
||||
},
|
||||
id: "4", name: "Mixed Berry Bliss", price: "$5.79", imageSrc: "http://img.b2bpic.net/free-photo/cloth-pigmented-grapes-dye_23-2148734366.jpg", imageAlt: "RAW PRESSERY Mixed Berry Juice"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Tropical Mango Delight",
|
||||
price: "$5.29",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/set-juice-glasses-leaves-mandarin-orange-oranges-frame-with-abstract-colors-cyan-high-angle-view_176474-4857.jpg",
|
||||
imageAlt: "RAW PRESSERY Mango Juice",
|
||||
},
|
||||
id: "5", name: "Tropical Mango Delight", price: "$5.29", imageSrc: "http://img.b2bpic.net/free-photo/set-juice-glasses-leaves-mandarin-orange-oranges-frame-with-abstract-colors-cyan-high-angle-view_176474-4857.jpg", imageAlt: "RAW PRESSERY Mango Juice"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Crisp Apple Cleanse",
|
||||
price: "$4.79",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/green-apples-wooden-box-with-apple-juice-flat-lay-wooden-background-space-text_176474-7698.jpg",
|
||||
imageAlt: "RAW PRESSERY Apple Juice",
|
||||
},
|
||||
id: "6", name: "Crisp Apple Cleanse", price: "$4.79", imageSrc: "http://img.b2bpic.net/free-photo/green-apples-wooden-box-with-apple-juice-flat-lay-wooden-background-space-text_176474-7698.jpg", imageAlt: "RAW PRESSERY Apple Juice"},
|
||||
]}
|
||||
title="Explore Our Fresh Juice Range."
|
||||
description="From invigorating greens to sweet, tangy fruits, find your perfect blend. Each bottle is a burst of natural flavor and essential nutrition, crafted for your ultimate enjoyment."
|
||||
@@ -183,23 +132,14 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={true}
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "100%",
|
||||
description: "Natural Ingredients Sourced Ethically",
|
||||
},
|
||||
id: "m1", value: "100%", description: "Natural Ingredients Sourced Ethically"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "95%+",
|
||||
description: "Customer Satisfaction Rate",
|
||||
},
|
||||
id: "m2", value: "95%+", description: "Customer Satisfaction Rate"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "1M+",
|
||||
description: "Bottles of Pure Juice Delivered",
|
||||
},
|
||||
id: "m3", value: "1M+", description: "Bottles of Pure Juice Delivered"},
|
||||
]}
|
||||
title="Beyond the Bottle: Our Commitment."
|
||||
description="We're not just about juice; we're about a healthier lifestyle and a sustainable future. See the numbers that drive us to continuously improve."
|
||||
@@ -213,77 +153,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Priya Sharma",
|
||||
date: "May 2024",
|
||||
title: "Refreshing and Authentic!",
|
||||
quote: "RAW PRESSERY juices are simply the best! The Pomegranate Power is my absolute favorite; it tastes so fresh and natural, just like homemade. I feel so much more energetic after drinking them.",
|
||||
tag: "Health Enthusiast",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-redhead-fitness-female-holds-dumbbells-outdoor-park_613910-10305.jpg",
|
||||
avatarAlt: "Priya Sharma avatar",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Evspy6Z4qhphwG7hsiwPocLN2D/uploaded-1781071950796-estvpa56.png?_wi=2",
|
||||
imageAlt: "happy young woman drinking juice outdoors",
|
||||
},
|
||||
id: "t1", name: "Priya Sharma", date: "May 2024", title: "Refreshing and Authentic!", quote: "RAW PRESSERY juices are simply the best! The Pomegranate Power is my absolute favorite; it tastes so fresh and natural, just like homemade. I feel so much more energetic after drinking them.", tag: "Health Enthusiast", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-redhead-fitness-female-holds-dumbbells-outdoor-park_613910-10305.jpg", avatarAlt: "Priya Sharma avatar", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Evspy6Z4qhphwG7hsiwPocLN2D/uploaded-1781071950796-estvpa56.png?_wi=2", imageAlt: "happy young woman drinking juice outdoors"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Amit Kumar",
|
||||
date: "April 2024",
|
||||
title: "A Daily Dose of Wellness",
|
||||
quote: "I've tried many cold-pressed juices, but RAW PRESSERY stands out. The Green Detox is incredibly vitalizing, and I love that there are no added sugars. It's become an essential part of my morning routine.",
|
||||
tag: "Fitness Coach",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/attractive-young-cheerful-girl-baking-kitchen-making-dough-holding-recipe-book-having-ideas_1258-198390.jpg",
|
||||
avatarAlt: "Amit Kumar avatar",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-mango-juice-glass-with-whole-mangoes_84443-94856.jpg",
|
||||
imageAlt: "happy young woman drinking juice outdoors",
|
||||
},
|
||||
id: "t2", name: "Amit Kumar", date: "April 2024", title: "A Daily Dose of Wellness", quote: "I've tried many cold-pressed juices, but RAW PRESSERY stands out. The Green Detox is incredibly vitalizing, and I love that there are no added sugars. It's become an essential part of my morning routine.", tag: "Fitness Coach", avatarSrc: "http://img.b2bpic.net/free-photo/attractive-young-cheerful-girl-baking-kitchen-making-dough-holding-recipe-book-having-ideas_1258-198390.jpg", avatarAlt: "Amit Kumar avatar", imageSrc: "http://img.b2bpic.net/free-photo/fresh-mango-juice-glass-with-whole-mangoes_84443-94856.jpg", imageAlt: "happy young woman drinking juice outdoors"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Neha Singh",
|
||||
date: "March 2024",
|
||||
title: "Pure Goodness in Every Sip!",
|
||||
quote: "The Zesty Orange Boost is exactly what I need to kickstart my day. The flavor is so bright and authentic, you can truly taste the quality. I highly recommend RAW PRESSERY for anyone looking for real juice.",
|
||||
tag: "Busy Professional",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-listening-senior-man_1262-1970.jpg",
|
||||
avatarAlt: "Neha Singh avatar",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sliced-fresh-vegetables-cutting-board-kitchen-table-top-view_169016-52027.jpg",
|
||||
imageAlt: "happy young woman drinking juice outdoors",
|
||||
},
|
||||
id: "t3", name: "Neha Singh", date: "March 2024", title: "Pure Goodness in Every Sip!", quote: "The Zesty Orange Boost is exactly what I need to kickstart my day. The flavor is so bright and authentic, you can truly taste the quality. I highly recommend RAW PRESSERY for anyone looking for real juice.", tag: "Busy Professional", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-listening-senior-man_1262-1970.jpg", avatarAlt: "Neha Singh avatar", imageSrc: "http://img.b2bpic.net/free-photo/sliced-fresh-vegetables-cutting-board-kitchen-table-top-view_169016-52027.jpg", imageAlt: "happy young woman drinking juice outdoors"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Rajesh Gupta",
|
||||
date: "February 2024",
|
||||
title: "Unmatched Freshness",
|
||||
quote: "I'm amazed by the freshness of RAW PRESSERY's juices. The Mixed Berry Bliss is my go-to post-workout drink. It's incredibly refreshing and helps me recover faster, without any artificial ingredients.",
|
||||
tag: "Athlete",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/woman-having-iced-coffee-break-outside_23-2149567312.jpg",
|
||||
avatarAlt: "Rajesh Gupta avatar",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-preparing-fresh-orange-juice-breakfast-kitchen_169016-50226.jpg",
|
||||
imageAlt: "happy young woman drinking juice outdoors",
|
||||
},
|
||||
id: "t4", name: "Rajesh Gupta", date: "February 2024", title: "Unmatched Freshness", quote: "I'm amazed by the freshness of RAW PRESSERY's juices. The Mixed Berry Bliss is my go-to post-workout drink. It's incredibly refreshing and helps me recover faster, without any artificial ingredients.", tag: "Athlete", avatarSrc: "http://img.b2bpic.net/free-photo/woman-having-iced-coffee-break-outside_23-2149567312.jpg", avatarAlt: "Rajesh Gupta avatar", imageSrc: "http://img.b2bpic.net/free-photo/woman-preparing-fresh-orange-juice-breakfast-kitchen_169016-50226.jpg", imageAlt: "happy young woman drinking juice outdoors"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Sonia Verma",
|
||||
date: "January 2024",
|
||||
title: "Healthy & Delicious!",
|
||||
quote: "Finally, a juice brand that delivers on its promise of purity and taste! The Tropical Mango Delight is incredibly delicious and perfectly sweet. My whole family loves them, and I feel good knowing they're getting real nutrients.",
|
||||
tag: "Homemaker",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/world-health-day-celebration-with-nutritious-food_23-2151358958.jpg",
|
||||
avatarAlt: "Sonia Verma avatar",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/flat-food-facebook-cover_23-2149063104.jpg",
|
||||
imageAlt: "happy young woman drinking juice outdoors",
|
||||
},
|
||||
id: "t5", name: "Sonia Verma", date: "January 2024", title: "Healthy & Delicious!", quote: "Finally, a juice brand that delivers on its promise of purity and taste! The Tropical Mango Delight is incredibly delicious and perfectly sweet. My whole family loves them, and I feel good knowing they're getting real nutrients.", tag: "Homemaker", avatarSrc: "http://img.b2bpic.net/free-photo/world-health-day-celebration-with-nutritious-food_23-2151358958.jpg", avatarAlt: "Sonia Verma avatar", imageSrc: "http://img.b2bpic.net/free-vector/flat-food-facebook-cover_23-2149063104.jpg", imageAlt: "happy young woman drinking juice outdoors"},
|
||||
{
|
||||
id: "t6",
|
||||
name: "Vikram Das",
|
||||
date: "December 2023",
|
||||
title: "Convenient and Wholesome",
|
||||
quote: "RAW PRESSERY makes healthy living so easy. Their Apple Cleanse is fantastic for a quick, wholesome refreshment during my busy day. The convenience of delivery is a huge plus!",
|
||||
tag: "Student",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/shorthaired-woman-drinks-water-outside-cheerful-young-stylish-girl-pink-jacket-denim-pants-sits-grass-city_197531-29554.jpg",
|
||||
avatarAlt: "Vikram Das avatar",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-delivery-woman-holding-crate_23-2148767121.jpg",
|
||||
imageAlt: "happy young woman drinking juice outdoors",
|
||||
},
|
||||
id: "t6", name: "Vikram Das", date: "December 2023", title: "Convenient and Wholesome", quote: "RAW PRESSERY makes healthy living so easy. Their Apple Cleanse is fantastic for a quick, wholesome refreshment during my busy day. The convenience of delivery is a huge plus!", tag: "Student", avatarSrc: "http://img.b2bpic.net/free-photo/shorthaired-woman-drinks-water-outside-cheerful-young-stylish-girl-pink-jacket-denim-pants-sits-grass-city_197531-29554.jpg", avatarAlt: "Vikram Das avatar", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-delivery-woman-holding-crate_23-2148767121.jpg", imageAlt: "happy young woman drinking juice outdoors"},
|
||||
]}
|
||||
title="What People Say About RAW PRESSERY."
|
||||
description="Our community loves the taste and health benefits of our cold-pressed juices. Read their stories and see why they keep coming back for more pure goodness."
|
||||
@@ -294,16 +174,9 @@ export default function LandingPage() {
|
||||
<div id="social-proof" data-section="social-proof">
|
||||
<SocialProofOne
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Healthy Living Co.",
|
||||
"GreenGrocers",
|
||||
"FitLife Gyms",
|
||||
"EcoMarket",
|
||||
"Wellness Hub",
|
||||
"FreshBites Cafe",
|
||||
"Urban Organics",
|
||||
]}
|
||||
"Healthy Living Co.", "GreenGrocers", "FitLife Gyms", "EcoMarket", "Wellness Hub", "FreshBites Cafe", "Urban Organics"]}
|
||||
title="Fueling a Healthier Future, Together."
|
||||
description="Proudly partnering with organizations who share our vision for wellness and sustainability, bringing RAW PRESSERY to more people and places."
|
||||
tag="Our Partners"
|
||||
@@ -316,18 +189,13 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "downward-rays-static",
|
||||
}}
|
||||
variant: "animated-grid"}}
|
||||
text="Ready to Taste the Difference? Get in Touch with RAW PRESSERY."
|
||||
buttons={[
|
||||
{
|
||||
text: "Email Us",
|
||||
href: "mailto:roshanmoharana007@gmail.com",
|
||||
},
|
||||
text: "Email Us", href: "mailto:roshanmoharana007@gmail.com"},
|
||||
{
|
||||
text: "Call Us: 8984604225",
|
||||
href: "tel:+918984604225",
|
||||
},
|
||||
text: "Call Us: 8984604225", href: "tel:+918984604225"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -337,71 +205,43 @@ export default function LandingPage() {
|
||||
logoText="RAW PRESSERY"
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Our Products",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Our Products", href: "#products"},
|
||||
{
|
||||
label: "Why RAW PRESSERY",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Why RAW PRESSERY", href: "#features"},
|
||||
{
|
||||
label: "Testimonials",
|
||||
href: "#testimonials",
|
||||
},
|
||||
label: "Testimonials", href: "#testimonials"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact Us", href: "#contact"},
|
||||
{
|
||||
label: "FAQs",
|
||||
href: "#",
|
||||
},
|
||||
label: "FAQs", href: "#"},
|
||||
{
|
||||
label: "Delivery Info",
|
||||
href: "#",
|
||||
},
|
||||
label: "Delivery Info", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{
|
||||
label: "Email: roshanmoharana007@gmail.com",
|
||||
href: "mailto:roshanmoharana007@gmail.com",
|
||||
},
|
||||
label: "Email: roshanmoharana007@gmail.com", href: "mailto:roshanmoharana007@gmail.com"},
|
||||
{
|
||||
label: "Phone: +91 8984604225",
|
||||
href: "tel:+918984604225",
|
||||
},
|
||||
label: "Phone: +91 8984604225", href: "tel:+918984604225"},
|
||||
{
|
||||
label: "Headquarters: Bhubaneswar, India",
|
||||
href: "#",
|
||||
},
|
||||
label: "Headquarters: Bhubaneswar, India", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user