Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-04-08 18:59:30 +00:00

View File

@@ -30,29 +30,17 @@ export default function LandingPage() {
<NavbarStyleApple
navItems={[
{
name: "Home",
id: "hero",
},
name: "Home", id: "hero"},
{
name: "Our Story",
id: "about",
},
name: "Our Story", id: "about"},
{
name: "Menu",
id: "products",
},
name: "Menu", id: "products"},
{
name: "Testimonials",
id: "testimonials",
},
name: "Testimonials", id: "testimonials"},
{
name: "FAQ",
id: "faq",
},
name: "FAQ", id: "faq"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="PurePress"
/>
@@ -64,39 +52,23 @@ export default function LandingPage() {
description="Cold-pressed, organic juices delivered to your doorstep. Pure ingredients, pure vitality."
buttons={[
{
text: "Explore Menu",
href: "#products",
},
text: "Explore Menu", href: "#products"},
{
text: "Our Story",
href: "#about",
},
text: "Our Story", href: "#about"},
]}
slides={[
{
imageSrc: "http://img.b2bpic.net/free-photo/natural-smoothies-drink-glass-bottles-black-wall-vegan-clean-eating-food-concept-top-view_169016-5770.jpg",
imageAlt: "Green Apple Juice",
},
imageSrc: "http://img.b2bpic.net/free-photo/natural-smoothies-drink-glass-bottles-black-wall-vegan-clean-eating-food-concept-top-view_169016-5770.jpg", imageAlt: "Green Apple Juice"},
{
imageSrc: "http://img.b2bpic.net/free-photo/natural-smoothies-table_23-2148527351.jpg",
imageAlt: "Strawberry Beet Juice",
},
imageSrc: "http://img.b2bpic.net/free-photo/natural-smoothies-table_23-2148527351.jpg", imageAlt: "Strawberry Beet Juice"},
{
imageSrc: "http://img.b2bpic.net/free-photo/natural-smoothies-drink-glass-bottles-black-wall-vegan-clean-eating-food-concept-top-view_169016-1727.jpg",
imageAlt: "Citrus Ginger Juice",
},
imageSrc: "http://img.b2bpic.net/free-photo/natural-smoothies-drink-glass-bottles-black-wall-vegan-clean-eating-food-concept-top-view_169016-1727.jpg", imageAlt: "Citrus Ginger Juice"},
{
imageSrc: "http://img.b2bpic.net/free-photo/front-view-refreshing-broccoli-smoothie_23-2148226118.jpg",
imageAlt: "Kale Smoothie",
},
imageSrc: "http://img.b2bpic.net/free-photo/front-view-refreshing-broccoli-smoothie_23-2148226118.jpg", imageAlt: "Kale Smoothie"},
{
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-still-life-with-water_23-2149199547.jpg",
imageAlt: "Pomegranate Juice",
},
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-still-life-with-water_23-2149199547.jpg", imageAlt: "Pomegranate Juice"},
{
imageSrc: "http://img.b2bpic.net/free-photo/fruit-splash-illustration-with-juice_23-2151900038.jpg",
imageAlt: "Tropical Blend",
},
imageSrc: "http://img.b2bpic.net/free-photo/fruit-splash-illustration-with-juice_23-2151900038.jpg", imageAlt: "Tropical Blend"},
]}
/>
</div>
@@ -106,14 +78,10 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Crafted from Nature"
description={[
"Our juices are crafted with passion using only the freshest, locally sourced organic fruits and vegetables.",
"We believe in the power of nature to restore, refresh, and energize your body without any compromises.",
]}
"Our juices are crafted with passion using only the freshest, locally sourced organic fruits and vegetables.", "We believe in the power of nature to restore, refresh, and energize your body without any compromises."]}
buttons={[
{
text: "Learn More",
href: "#",
},
text: "Learn More", href: "#"},
]}
/>
</div>
@@ -126,47 +94,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "1",
name: "Green Vitality",
price: "$8",
variant: "12oz",
imageSrc: "http://img.b2bpic.net/free-photo/fresh-cucumber-juice-jar-dark-wood-background_1150-45052.jpg",
},
id: "1", name: "Green Vitality", price: "$8", variant: "12oz", imageSrc: "http://img.b2bpic.net/free-photo/fresh-cucumber-juice-jar-dark-wood-background_1150-45052.jpg"},
{
id: "2",
name: "Red Beet Power",
price: "$9",
variant: "12oz",
imageSrc: "http://img.b2bpic.net/free-photo/sauce-bottle_1339-1526.jpg",
},
id: "2", name: "Red Beet Power", price: "$9", variant: "12oz", imageSrc: "http://img.b2bpic.net/free-photo/sauce-bottle_1339-1526.jpg"},
{
id: "3",
name: "Golden Citrus",
price: "$8",
variant: "12oz",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-fresh-organic-carrot-juice_23-2148306958.jpg",
},
id: "3", name: "Golden Citrus", price: "$8", variant: "12oz", imageSrc: "http://img.b2bpic.net/free-photo/front-view-fresh-organic-carrot-juice_23-2148306958.jpg"},
{
id: "4",
name: "Berry Glow",
price: "$10",
variant: "12oz",
imageSrc: "http://img.b2bpic.net/free-photo/healthy-red-drink-glass-bottle-arrangement_23-2148890279.jpg",
},
id: "4", name: "Berry Glow", price: "$10", variant: "12oz", imageSrc: "http://img.b2bpic.net/free-photo/healthy-red-drink-glass-bottle-arrangement_23-2148890279.jpg"},
{
id: "5",
name: "Mango Morning",
price: "$9",
variant: "12oz",
imageSrc: "http://img.b2bpic.net/free-photo/detox-water-with-watermelon-mint_501050-136.jpg",
},
id: "5", name: "Mango Morning", price: "$9", variant: "12oz", imageSrc: "http://img.b2bpic.net/free-photo/detox-water-with-watermelon-mint_501050-136.jpg"},
{
id: "6",
name: "Detox Green",
price: "$10",
variant: "12oz",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-healthy-smoothie-with-kiwi_23-2148226063.jpg",
},
id: "6", name: "Detox Green", price: "$10", variant: "12oz", imageSrc: "http://img.b2bpic.net/free-photo/top-view-healthy-smoothie-with-kiwi_23-2148226063.jpg"},
]}
title="Fresh Selection"
description="Explore our variety of cold-pressed juices tailored to your needs."
@@ -175,44 +113,20 @@ export default function LandingPage() {
<div id="testimonials" data-section="testimonials">
<TestimonialCardSix
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Alice V.",
handle: "@alice",
testimonial: "The best cold-pressed juice I've ever had!",
imageSrc: "http://img.b2bpic.net/free-photo/woman-drinks-orange-juice-cafe-closeup_169016-22334.jpg",
},
id: "1", name: "Alice V.", handle: "@alice", testimonial: "The best cold-pressed juice I've ever had!", imageSrc: "http://img.b2bpic.net/free-photo/woman-drinks-orange-juice-cafe-closeup_169016-22334.jpg"},
{
id: "2",
name: "Mark D.",
handle: "@mark",
testimonial: "Refreshing and perfect for my morning routine.",
imageSrc: "http://img.b2bpic.net/free-photo/fresh-orange-juice-bottle-held-by-person_23-2148037169.jpg",
},
id: "2", name: "Mark D.", handle: "@mark", testimonial: "Refreshing and perfect for my morning routine.", imageSrc: "http://img.b2bpic.net/free-photo/fresh-orange-juice-bottle-held-by-person_23-2148037169.jpg"},
{
id: "3",
name: "Sophie P.",
handle: "@sophie",
testimonial: "I love the variety and quality of ingredients.",
imageSrc: "http://img.b2bpic.net/free-photo/sportswoman-smiling-listening-music_23-2147600806.jpg",
},
id: "3", name: "Sophie P.", handle: "@sophie", testimonial: "I love the variety and quality of ingredients.", imageSrc: "http://img.b2bpic.net/free-photo/sportswoman-smiling-listening-music_23-2147600806.jpg"},
{
id: "4",
name: "David W.",
handle: "@david",
testimonial: "A must-try for any healthy living enthusiast.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-fitness-woman-offering-orange-juice-holding-fruit-glass-hands-posing_1258-218167.jpg",
},
id: "4", name: "David W.", handle: "@david", testimonial: "A must-try for any healthy living enthusiast.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-fitness-woman-offering-orange-juice-holding-fruit-glass-hands-posing_1258-218167.jpg"},
{
id: "5",
name: "Emma R.",
handle: "@emma",
testimonial: "The flavors are so crisp and natural!",
imageSrc: "http://img.b2bpic.net/free-photo/you-are-special-rare-unique-different_53876-133683.jpg",
},
id: "5", name: "Emma R.", handle: "@emma", testimonial: "The flavors are so crisp and natural!", imageSrc: "http://img.b2bpic.net/free-photo/you-are-special-rare-unique-different_53876-133683.jpg"},
]}
title="Loved by Our Community"
description="See why our customers keep coming back for more."
@@ -225,20 +139,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "1",
title: "Are your juices truly organic?",
content: "Yes, we source 100% organic ingredients for all our juices.",
},
id: "1", title: "Are your juices truly organic?", content: "Yes, we source 100% organic ingredients for all our juices."},
{
id: "2",
title: "How long do they last?",
content: "Our juices are fresh-pressed and have a shelf life of up to 48 hours when refrigerated.",
},
id: "2", title: "How long do they last?", content: "Our juices are fresh-pressed and have a shelf life of up to 48 hours when refrigerated."},
{
id: "3",
title: "Do you deliver?",
content: "Yes, we offer local delivery services right to your doorstep.",
},
id: "3", title: "Do you deliver?", content: "Yes, we offer local delivery services right to your doorstep."},
]}
title="Frequently Asked Questions"
description="Have questions about our juices? We have answers."
@@ -250,8 +155,7 @@ export default function LandingPage() {
<ContactCenter
useInvertedBackground={false}
background={{
variant: "plain",
}}
variant: "plain"}}
tag="Contact Us"
title="Get In Touch"
description="Subscribe for updates and fresh deals."
@@ -262,29 +166,19 @@ export default function LandingPage() {
<FooterBase
columns={[
{
title: "Company",
items: [
title: "Company", items: [
{
label: "About",
href: "#about",
},
label: "About", href: "#about"},
{
label: "Menu",
href: "#products",
},
label: "Menu", href: "#products"},
],
},
{
title: "Support",
items: [
title: "Support", items: [
{
label: "FAQ",
href: "#faq",
},
label: "FAQ", href: "#faq"},
{
label: "Contact",
href: "#contact",
},
label: "Contact", href: "#contact"},
],
},
]}