Merge version_3 into main #2
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() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
<ThemeProvider
|
<ThemeProvider
|
||||||
defaultButtonVariant="hover-bubble"
|
defaultButtonVariant="elastic-effect"
|
||||||
defaultTextAnimation="entrance-slide"
|
defaultTextAnimation="entrance-slide"
|
||||||
borderRadius="soft"
|
borderRadius="pill"
|
||||||
contentWidth="smallMedium"
|
contentWidth="smallMedium"
|
||||||
sizing="largeSizeMediumTitles"
|
sizing="largeSizeMediumTitles"
|
||||||
background="grid"
|
background="aurora"
|
||||||
cardStyle="glass-elevated"
|
cardStyle="gradient-bordered"
|
||||||
primaryButtonStyle="shadow"
|
primaryButtonStyle="radial-glow"
|
||||||
secondaryButtonStyle="solid"
|
secondaryButtonStyle="glass"
|
||||||
headingFontWeight="medium"
|
headingFontWeight="medium"
|
||||||
>
|
>
|
||||||
<ReactLenis root>
|
<ReactLenis root>
|
||||||
@@ -33,21 +33,13 @@ export default function LandingPage() {
|
|||||||
<NavbarStyleFullscreen
|
<NavbarStyleFullscreen
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Home",
|
name: "Home", id: "#home"},
|
||||||
id: "#home",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Products",
|
name: "Products", id: "#products"},
|
||||||
id: "#products",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "About",
|
name: "About", id: "#about"},
|
||||||
id: "#about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Contact",
|
name: "Contact", id: "#contact"},
|
||||||
id: "#contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
logoSrc="http://img.b2bpic.net/free-photo/fresh-mango-juice-glass-with-whole-mangoes_84443-94856.jpg"
|
logoSrc="http://img.b2bpic.net/free-photo/fresh-mango-juice-glass-with-whole-mangoes_84443-94856.jpg"
|
||||||
logoAlt="RAW PRESSERY Logo"
|
logoAlt="RAW PRESSERY Logo"
|
||||||
@@ -60,20 +52,15 @@ export default function LandingPage() {
|
|||||||
<div id="home" data-section="home">
|
<div id="home" data-section="home">
|
||||||
<HeroBillboardScroll
|
<HeroBillboardScroll
|
||||||
background={{
|
background={{
|
||||||
variant: "radial-gradient",
|
variant: "radial-gradient"}}
|
||||||
}}
|
|
||||||
title="Taste the Purity. Live the Health."
|
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."
|
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"
|
tagAnimation="slide-up"
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Explore Our Juices",
|
text: "Explore Our Juices", href: "#products"},
|
||||||
href: "#products",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
text: "Our Story",
|
text: "Our Story", href: "#about"},
|
||||||
href: "#about",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Evspy6Z4qhphwG7hsiwPocLN2D/uploaded-1781071950796-estvpa56.png?_wi=1"
|
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
|
<FeatureBorderGlow
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={false}
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
icon: Apple,
|
icon: Apple,
|
||||||
title: "100% Natural & Pure",
|
title: "100% Natural & Pure", description: "Only the finest fruits and vegetables, absolutely no added sugars, preservatives, or artificial ingredients. Just pure goodness."},
|
||||||
description: "Only the finest fruits and vegetables, absolutely no added sugars, preservatives, or artificial ingredients. Just pure goodness.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
icon: Leaf,
|
icon: Leaf,
|
||||||
title: "Cold-Pressed Perfection",
|
title: "Cold-Pressed Perfection", description: "Our unique cold-press method gently extracts nutrients, enzymes, and vibrant flavors, delivering maximum health benefits in every bottle."},
|
||||||
description: "Our unique cold-press method gently extracts nutrients, enzymes, and vibrant flavors, delivering maximum health benefits in every bottle.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
icon: Sun,
|
icon: Sun,
|
||||||
title: "Nutrient-Rich & Revitalizing",
|
title: "Nutrient-Rich & Revitalizing", description: "Each juice is packed with essential vitamins and minerals, boosting your energy and supporting your overall well-being naturally."},
|
||||||
description: "Each juice is packed with essential vitamins and minerals, boosting your energy and supporting your overall well-being naturally.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
icon: Truck,
|
icon: Truck,
|
||||||
title: "Freshness Delivered Daily",
|
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."},
|
||||||
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."
|
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."
|
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}
|
useInvertedBackground={false}
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "1",
|
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"},
|
||||||
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",
|
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"},
|
||||||
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",
|
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"},
|
||||||
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",
|
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"},
|
||||||
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",
|
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"},
|
||||||
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",
|
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"},
|
||||||
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."
|
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."
|
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"
|
animationType="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
gridVariant="uniform-all-items-equal"
|
gridVariant="uniform-all-items-equal"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={false}
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{
|
||||||
id: "m1",
|
id: "m1", value: "100%", description: "Natural Ingredients Sourced Ethically"},
|
||||||
value: "100%",
|
|
||||||
description: "Natural Ingredients Sourced Ethically",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "m2",
|
id: "m2", value: "95%+", description: "Customer Satisfaction Rate"},
|
||||||
value: "95%+",
|
|
||||||
description: "Customer Satisfaction Rate",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "m3",
|
id: "m3", value: "1M+", description: "Bottles of Pure Juice Delivered"},
|
||||||
value: "1M+",
|
|
||||||
description: "Bottles of Pure Juice Delivered",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Beyond the Bottle: Our Commitment."
|
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."
|
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}
|
useInvertedBackground={false}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "t1",
|
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"},
|
||||||
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",
|
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"},
|
||||||
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",
|
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"},
|
||||||
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",
|
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"},
|
||||||
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",
|
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"},
|
||||||
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",
|
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"},
|
||||||
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."
|
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."
|
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">
|
<div id="social-proof" data-section="social-proof">
|
||||||
<SocialProofOne
|
<SocialProofOne
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={false}
|
||||||
names={[
|
names={[
|
||||||
"Healthy Living Co.",
|
"Healthy Living Co.", "GreenGrocers", "FitLife Gyms", "EcoMarket", "Wellness Hub", "FreshBites Cafe", "Urban Organics"]}
|
||||||
"GreenGrocers",
|
|
||||||
"FitLife Gyms",
|
|
||||||
"EcoMarket",
|
|
||||||
"Wellness Hub",
|
|
||||||
"FreshBites Cafe",
|
|
||||||
"Urban Organics",
|
|
||||||
]}
|
|
||||||
title="Fueling a Healthier Future, Together."
|
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."
|
description="Proudly partnering with organizations who share our vision for wellness and sustainability, bringing RAW PRESSERY to more people and places."
|
||||||
tag="Our Partners"
|
tag="Our Partners"
|
||||||
@@ -316,18 +189,13 @@ export default function LandingPage() {
|
|||||||
<ContactText
|
<ContactText
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
background={{
|
background={{
|
||||||
variant: "downward-rays-static",
|
variant: "animated-grid"}}
|
||||||
}}
|
|
||||||
text="Ready to Taste the Difference? Get in Touch with RAW PRESSERY."
|
text="Ready to Taste the Difference? Get in Touch with RAW PRESSERY."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Email Us",
|
text: "Email Us", href: "mailto:roshanmoharana007@gmail.com"},
|
||||||
href: "mailto:roshanmoharana007@gmail.com",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
text: "Call Us: 8984604225",
|
text: "Call Us: 8984604225", href: "tel:+918984604225"},
|
||||||
href: "tel:+918984604225",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -337,71 +205,43 @@ export default function LandingPage() {
|
|||||||
logoText="RAW PRESSERY"
|
logoText="RAW PRESSERY"
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Company",
|
title: "Company", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "About Us",
|
label: "About Us", href: "#about"},
|
||||||
href: "#about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Our Products",
|
label: "Our Products", href: "#products"},
|
||||||
href: "#products",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Why RAW PRESSERY",
|
label: "Why RAW PRESSERY", href: "#features"},
|
||||||
href: "#features",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Testimonials",
|
label: "Testimonials", href: "#testimonials"},
|
||||||
href: "#testimonials",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Support",
|
title: "Support", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Contact Us",
|
label: "Contact Us", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "FAQs",
|
label: "FAQs", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Delivery Info",
|
label: "Delivery Info", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Legal",
|
title: "Legal", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Privacy Policy",
|
label: "Privacy Policy", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Terms of Service",
|
label: "Terms of Service", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Connect",
|
title: "Connect", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Email: roshanmoharana007@gmail.com",
|
label: "Email: roshanmoharana007@gmail.com", href: "mailto:roshanmoharana007@gmail.com"},
|
||||||
href: "mailto:roshanmoharana007@gmail.com",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Phone: +91 8984604225",
|
label: "Phone: +91 8984604225", href: "tel:+918984604225"},
|
||||||
href: "tel:+918984604225",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Headquarters: Bhubaneswar, India",
|
label: "Headquarters: Bhubaneswar, India", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
|
|||||||
@@ -10,15 +10,15 @@
|
|||||||
--accent: #ffffff;
|
--accent: #ffffff;
|
||||||
--background-accent: #ffffff; */
|
--background-accent: #ffffff; */
|
||||||
|
|
||||||
--background: #AA011F;
|
--background: #000000;
|
||||||
--card: #8D0119;
|
--card: #0c0c0c;
|
||||||
--foreground: #FFFFFF;
|
--foreground: #ffffff;
|
||||||
--primary-cta: #E63946;
|
--primary-cta: #106EFB;
|
||||||
--primary-cta-text: #FFFFFF;
|
--primary-cta-text: #FFFFFF;
|
||||||
--secondary-cta: #000000;
|
--secondary-cta: #000000;
|
||||||
--secondary-cta-text: #FFFFFF;
|
--secondary-cta-text: #FFFFFF;
|
||||||
--accent: #55000C;
|
--accent: #535353;
|
||||||
--background-accent: #C4012C;
|
--background-accent: #106EFB;
|
||||||
|
|
||||||
/* text sizing - set by ThemeProvider */
|
/* text sizing - set by ThemeProvider */
|
||||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||||
|
|||||||
Reference in New Issue
Block a user