Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
@@ -8,7 +8,7 @@ import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
import SplitAbout from '@/components/sections/about/SplitAbout';
|
||||
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
|
||||
import { Globe, Sparkles } from "lucide-react";
|
||||
import { Globe, Sparkles, Tree } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -29,40 +29,20 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "home",
|
||||
href: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "about-us",
|
||||
href: "/about",
|
||||
},
|
||||
name: "About Us", id: "/about"},
|
||||
{
|
||||
name: "Products",
|
||||
id: "products",
|
||||
href: "/products",
|
||||
},
|
||||
name: "Products", id: "/products"},
|
||||
{
|
||||
name: "Features",
|
||||
id: "features",
|
||||
href: "#features",
|
||||
},
|
||||
name: "Features", id: "#features"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
href: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
href: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
]}
|
||||
button={{
|
||||
text: "Order Now",
|
||||
href: "/products",
|
||||
}}
|
||||
text: "Order Now", href: "/products"}}
|
||||
brandName="Jouji Premium"
|
||||
/>
|
||||
</div>
|
||||
@@ -76,22 +56,16 @@ export default function LandingPage() {
|
||||
description="At Jouji Premium, we believe in the power of nature's bounty. Our story began with a simple idea: to bring the authentic taste of Tunisia's finest fruits to your table, without compromise. From careful sourcing to sustainable practices, every step is a testament to our dedication."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Authentic Tunisian Heritage",
|
||||
description: "Proudly rooted in Tunisia, we bring traditional flavors and natural goodness to the world.",
|
||||
icon: Trees,
|
||||
title: "Authentic Tunisian Heritage", description: "Proudly rooted in Tunisia, we bring traditional flavors and natural goodness to the world.", icon: Tree,
|
||||
},
|
||||
{
|
||||
title: "Uncompromising Quality",
|
||||
description: "Only the best, ripe fruits are selected, ensuring superior taste and nutrients in every bottle.",
|
||||
icon: Sparkles,
|
||||
title: "Uncompromising Quality", description: "Only the best, ripe fruits are selected, ensuring superior taste and nutrients in every bottle.", icon: Sparkles,
|
||||
},
|
||||
{
|
||||
title: "Sustainable & Ethical Sourcing",
|
||||
description: "We partner with local farmers, supporting communities and promoting eco-friendly agriculture.",
|
||||
icon: Globe,
|
||||
title: "Sustainable & Ethical Sourcing", description: "We partner with local farmers, supporting communities and promoting eco-friendly agriculture.", icon: Globe,
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-working-beer-factory_23-2150573909.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-working-beer-factory_23-2150573909.jpg"
|
||||
imageAlt="Natural juice production facility"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -105,20 +79,11 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "100%",
|
||||
description: "Natural & Fresh Ingredients",
|
||||
},
|
||||
id: "1", value: "100%", description: "Natural & Fresh Ingredients"},
|
||||
{
|
||||
id: "2",
|
||||
value: "50+",
|
||||
description: "Local Farm Partnerships",
|
||||
},
|
||||
id: "2", value: "50+", description: "Local Farm Partnerships"},
|
||||
{
|
||||
id: "3",
|
||||
value: "Million+",
|
||||
description: "Bottles Enjoyed Globally",
|
||||
},
|
||||
id: "3", value: "Million+", description: "Bottles Enjoyed Globally"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -131,32 +96,16 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Hand-Picked Fruits",
|
||||
description: "Our expert farmers carefully select only the ripest and most succulent fruits at their prime.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/assortment-vegetables-green-herbs-market-vegetables-basket_2829-14063.jpg?_wi=3",
|
||||
imageAlt: "Hands picking fresh fruit",
|
||||
},
|
||||
title: "Hand-Picked Fruits", description: "Our expert farmers carefully select only the ripest and most succulent fruits at their prime.", imageSrc: "http://img.b2bpic.net/free-photo/assortment-vegetables-green-herbs-market-vegetables-basket_2829-14063.jpg", imageAlt: "Hands picking fresh fruit"},
|
||||
{
|
||||
id: 2,
|
||||
title: "Gentle Cold Pressing",
|
||||
description: "Using a gentle cold-press method, we extract maximum flavor and nutrients without heat degradation.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-working-beer-factory_23-2150573909.jpg?_wi=2",
|
||||
imageAlt: "Juice extraction machinery",
|
||||
},
|
||||
title: "Gentle Cold Pressing", description: "Using a gentle cold-press method, we extract maximum flavor and nutrients without heat degradation.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-working-beer-factory_23-2150573909.jpg", imageAlt: "Juice extraction machinery"},
|
||||
{
|
||||
id: 3,
|
||||
title: "Natural Filtration",
|
||||
description: "Our juices undergo natural filtration to remove pulp while retaining all the essential goodness.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crop-man-pouring-water-near-window_23-2147765133.jpg?_wi=3",
|
||||
imageAlt: "Liquid being filtered",
|
||||
},
|
||||
title: "Natural Filtration", description: "Our juices undergo natural filtration to remove pulp while retaining all the essential goodness.", imageSrc: "http://img.b2bpic.net/free-photo/crop-man-pouring-water-near-window_23-2147765133.jpg", imageAlt: "Liquid being filtered"},
|
||||
{
|
||||
id: 4,
|
||||
title: "Eco-Friendly Bottling",
|
||||
description: "Sealed in recyclable bottles, our juices maintain freshness and contribute to a healthier planet.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-nutritionist-advice-instagram-stories_23-2150123714.jpg?_wi=2",
|
||||
imageAlt: "Bottles on a production line",
|
||||
},
|
||||
title: "Eco-Friendly Bottling", description: "Sealed in recyclable bottles, our juices maintain freshness and contribute to a healthier planet.", imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-nutritionist-advice-instagram-stories_23-2150123714.jpg", imageAlt: "Bottles on a production line"},
|
||||
]}
|
||||
title="Our Process: From Farm to Bottle"
|
||||
description="We meticulously oversee every stage to guarantee the highest quality and freshest taste for Jouji Premium."
|
||||
@@ -170,29 +119,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Fatma Ghali",
|
||||
role: "Food Critic",
|
||||
testimonial: "Jouji Premium sets the bar for natural juices. The commitment to fresh, local ingredients shines through in every unique flavor.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-pleasant-woman-shirt_197531-19641.jpg?_wi=2",
|
||||
imageAlt: "Fatma Ghali",
|
||||
},
|
||||
id: "1", name: "Fatma Ghali", role: "Food Critic", testimonial: "Jouji Premium sets the bar for natural juices. The commitment to fresh, local ingredients shines through in every unique flavor.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-pleasant-woman-shirt_197531-19641.jpg", imageAlt: "Fatma Ghali"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Youssef Zaki",
|
||||
role: "Athlete",
|
||||
testimonial: "As an athlete, I need pure and healthy hydration. Jouji Premium provides that and more. It's truly premium fuel.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-businesswoman-sitting-floor_1262-1992.jpg?_wi=3",
|
||||
imageAlt: "Youssef Zaki",
|
||||
},
|
||||
id: "2", name: "Youssef Zaki", role: "Athlete", testimonial: "As an athlete, I need pure and healthy hydration. Jouji Premium provides that and more. It's truly premium fuel.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-businesswoman-sitting-floor_1262-1992.jpg", imageAlt: "Youssef Zaki"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Nadia Slimani",
|
||||
role: "Homemaker",
|
||||
testimonial: "My family loves Jouji Premium. I trust the ingredients, and it’s a delicious way to ensure everyone gets their daily fruit intake.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-executive-with-black-suit-crossed-arms_1139-273.jpg?_wi=3",
|
||||
imageAlt: "Nadia Slimani",
|
||||
},
|
||||
id: "3", name: "Nadia Slimani", role: "Homemaker", testimonial: "My family loves Jouji Premium. I trust the ingredients, and it’s a delicious way to ensure everyone gets their daily fruit intake.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-executive-with-black-suit-crossed-arms_1139-273.jpg", imageAlt: "Nadia Slimani"},
|
||||
]}
|
||||
title="Praise for Our Commitment"
|
||||
description="Our customers appreciate our dedication to purity and taste."
|
||||
@@ -203,58 +134,35 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/about",
|
||||
},
|
||||
label: "About Us", href: "/about"},
|
||||
{
|
||||
label: "Our Story",
|
||||
href: "/about#story",
|
||||
},
|
||||
label: "Our Story", href: "/about#story"},
|
||||
{
|
||||
label: "Sustainability",
|
||||
href: "/about#sustainability",
|
||||
},
|
||||
label: "Sustainability", href: "/about#sustainability"},
|
||||
{
|
||||
label: "Team",
|
||||
href: "/about#team",
|
||||
},
|
||||
label: "Team", href: "/about#team"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Products",
|
||||
items: [
|
||||
title: "Products", items: [
|
||||
{
|
||||
label: "Browse All",
|
||||
href: "/products",
|
||||
},
|
||||
label: "Browse All", href: "/products"},
|
||||
{
|
||||
label: "New Arrivals",
|
||||
href: "/products#new",
|
||||
},
|
||||
label: "New Arrivals", href: "/products#new"},
|
||||
{
|
||||
label: "Best Sellers",
|
||||
href: "/products#bestsellers",
|
||||
},
|
||||
label: "Best Sellers", href: "/products#bestsellers"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Contact Us", href: "/contact"},
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "/faq",
|
||||
},
|
||||
label: "FAQ", href: "/faq"},
|
||||
{
|
||||
label: "Shipping & Returns",
|
||||
href: "/shipping",
|
||||
},
|
||||
label: "Shipping & Returns", href: "/shipping"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
223
src/app/page.tsx
223
src/app/page.tsx
@@ -11,7 +11,7 @@ import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
|
||||
import TextAbout from '@/components/sections/about/TextAbout';
|
||||
import { Recycle, Sparkles } from "lucide-react";
|
||||
import { Recycle, Sparkles, Apple, Leaf, GlassWater, Earth } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -32,40 +32,20 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "home",
|
||||
href: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "about-us",
|
||||
href: "/about",
|
||||
},
|
||||
name: "About Us", id: "/about"},
|
||||
{
|
||||
name: "Products",
|
||||
id: "products",
|
||||
href: "/products",
|
||||
},
|
||||
name: "Products", id: "/products"},
|
||||
{
|
||||
name: "Features",
|
||||
id: "features",
|
||||
href: "#features",
|
||||
},
|
||||
name: "Features", id: "#features"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
href: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
href: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
]}
|
||||
button={{
|
||||
text: "Order Now",
|
||||
href: "/products",
|
||||
}}
|
||||
text: "Order Now", href: "/products"}}
|
||||
brandName="Jouji Premium"
|
||||
/>
|
||||
</div>
|
||||
@@ -73,19 +53,14 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboard
|
||||
background={{
|
||||
variant: "rotated-rays-static-grid",
|
||||
}}
|
||||
variant: "rotated-rays-static-grid"}}
|
||||
title="Experience the Pure Taste of Jouji Premium"
|
||||
description="Indulge in our exquisite range of natural and fresh fruit juices, crafted with passion and the finest ingredients from Tunisia."
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Our Juices",
|
||||
href: "/products",
|
||||
},
|
||||
text: "Explore Our Juices", href: "/products"},
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "/about",
|
||||
},
|
||||
text: "Learn More", href: "/about"},
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BUDdNctGRXfheiHIiCfuorht6R/uploaded-1774534916257-5nhsxv5s.jpg"
|
||||
imageAlt="Two Jouji Premium juice bottles with fresh fruits"
|
||||
@@ -99,9 +74,7 @@ export default function LandingPage() {
|
||||
title="Crafting Nature's Best for You"
|
||||
buttons={[
|
||||
{
|
||||
text: "Discover Our Heritage",
|
||||
href: "/about",
|
||||
},
|
||||
text: "Discover Our Heritage", href: "/about"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -113,59 +86,41 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Natural Ingredients",
|
||||
description: "Sourced from the finest farms, our juices are made from 100% natural fruits with no artificial additives.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/assortment-vegetables-green-herbs-market-vegetables-basket_2829-14063.jpg?_wi=1",
|
||||
},
|
||||
id: "1", title: "Natural Ingredients", description: "Sourced from the finest farms, our juices are made from 100% natural fruits with no artificial additives.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/assortment-vegetables-green-herbs-market-vegetables-basket_2829-14063.jpg"},
|
||||
items: [
|
||||
{
|
||||
icon: Apple,
|
||||
text: "Farm-Fresh Fruits",
|
||||
},
|
||||
text: "Farm-Fresh Fruits"},
|
||||
{
|
||||
icon: Leaf,
|
||||
text: "Organic Sourcing",
|
||||
},
|
||||
text: "Organic Sourcing"},
|
||||
],
|
||||
reverse: false,
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "No Added Sugars",
|
||||
description: "Enjoy the pure sweetness of nature. Our juices contain only naturally occurring fruit sugars.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crop-man-pouring-water-near-window_23-2147765133.jpg?_wi=1",
|
||||
},
|
||||
id: "2", title: "No Added Sugars", description: "Enjoy the pure sweetness of nature. Our juices contain only naturally occurring fruit sugars.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crop-man-pouring-water-near-window_23-2147765133.jpg"},
|
||||
items: [
|
||||
{
|
||||
icon: GlassWater,
|
||||
text: "Pure & Unadulterated",
|
||||
},
|
||||
text: "Pure & Unadulterated"},
|
||||
{
|
||||
icon: Sparkles,
|
||||
text: "Naturally Sweet",
|
||||
},
|
||||
text: "Naturally Sweet"},
|
||||
],
|
||||
reverse: true,
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Sustainable Packaging",
|
||||
description: "We are committed to the environment. Our bottles are made from recycled materials, ensuring a greener planet.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-nutritionist-advice-instagram-stories_23-2150123714.jpg?_wi=1",
|
||||
},
|
||||
id: "3", title: "Sustainable Packaging", description: "We are committed to the environment. Our bottles are made from recycled materials, ensuring a greener planet.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-nutritionist-advice-instagram-stories_23-2150123714.jpg"},
|
||||
items: [
|
||||
{
|
||||
icon: Recycle,
|
||||
text: "Eco-Friendly Bottles",
|
||||
},
|
||||
text: "Eco-Friendly Bottles"},
|
||||
{
|
||||
icon: Earth,
|
||||
text: "Reduced Carbon Footprint",
|
||||
},
|
||||
text: "Reduced Carbon Footprint"},
|
||||
],
|
||||
reverse: false,
|
||||
},
|
||||
@@ -183,37 +138,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "pomegranate-strawberry",
|
||||
name: "Pomegranate & Strawberry",
|
||||
price: "$3.99",
|
||||
variant: "500ml",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-glass-with-raspberry-lemonade-with-dried-flowers_181624-30519.jpg?_wi=1",
|
||||
imageAlt: "Pomegranate and strawberry juice bottle",
|
||||
},
|
||||
id: "pomegranate-strawberry", name: "Pomegranate & Strawberry", price: "$3.99", variant: "500ml", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-glass-with-raspberry-lemonade-with-dried-flowers_181624-30519.jpg", imageAlt: "Pomegranate and strawberry juice bottle"},
|
||||
{
|
||||
id: "lemon-orange",
|
||||
name: "Lemon & Orange Zest",
|
||||
price: "$3.49",
|
||||
variant: "500ml",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-bottle-with-orange-juice_23-2148858647.jpg?_wi=1",
|
||||
imageAlt: "Lemon and orange juice bottle",
|
||||
},
|
||||
id: "lemon-orange", name: "Lemon & Orange Zest", price: "$3.49", variant: "500ml", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-bottle-with-orange-juice_23-2148858647.jpg", imageAlt: "Lemon and orange juice bottle"},
|
||||
{
|
||||
id: "tropical-blend",
|
||||
name: "Tropical Paradise Blend",
|
||||
price: "$4.29",
|
||||
variant: "500ml",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/nectarines-with-juice-grungy-cutting-board-table-side-view_176474-8778.jpg?_wi=1",
|
||||
imageAlt: "Tropical fruit juice bottle",
|
||||
},
|
||||
id: "tropical-blend", name: "Tropical Paradise Blend", price: "$4.29", variant: "500ml", imageSrc: "http://img.b2bpic.net/free-photo/nectarines-with-juice-grungy-cutting-board-table-side-view_176474-8778.jpg", imageAlt: "Tropical fruit juice bottle"},
|
||||
]}
|
||||
title="Our Refreshing Juice Selection"
|
||||
description="Discover a taste for every preference with our diverse range of natural fruit juices."
|
||||
buttons={[
|
||||
{
|
||||
text: "View All Products",
|
||||
href: "/products",
|
||||
},
|
||||
text: "View All Products", href: "/products"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -226,37 +161,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Fatma S.",
|
||||
role: "Health Enthusiast",
|
||||
company: "Tunis",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-businesswoman-sitting-floor_1262-1992.jpg?_wi=1",
|
||||
},
|
||||
id: "1", name: "Fatma S.", role: "Health Enthusiast", company: "Tunis", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-businesswoman-sitting-floor_1262-1992.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Omar K.",
|
||||
role: "Restaurant Owner",
|
||||
company: "Sousse",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-pretty-woman-showing-ok-sign_1262-2368.jpg?_wi=1",
|
||||
},
|
||||
id: "2", name: "Omar K.", role: "Restaurant Owner", company: "Sousse", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-pretty-woman-showing-ok-sign_1262-2368.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Leila B.",
|
||||
role: "Busy Mom",
|
||||
company: "Sfax",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-executive-with-black-suit-crossed-arms_1139-273.jpg?_wi=1",
|
||||
},
|
||||
id: "3", name: "Leila B.", role: "Busy Mom", company: "Sfax", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-executive-with-black-suit-crossed-arms_1139-273.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Karim M.",
|
||||
role: "Fitness Trainer",
|
||||
company: "Hammamet",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-pleasant-woman-shirt_197531-19641.jpg?_wi=1",
|
||||
},
|
||||
id: "4", name: "Karim M.", role: "Fitness Trainer", company: "Hammamet", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-pleasant-woman-shirt_197531-19641.jpg"},
|
||||
]}
|
||||
title="What Our Customers Say"
|
||||
description="Hear from those who've experienced the Jouji Premium difference."
|
||||
@@ -268,23 +183,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Organic Food Certifiers",
|
||||
"Health & Wellness Alliance",
|
||||
"Premium Retailers Group",
|
||||
"Sustainable Sourcing Initiative",
|
||||
"Local Farmers Cooperative",
|
||||
"National Beverage Association",
|
||||
"Eco-Friendly Packaging Solutions",
|
||||
]}
|
||||
"Organic Food Certifiers", "Health & Wellness Alliance", "Premium Retailers Group", "Sustainable Sourcing Initiative", "Local Farmers Cooperative", "National Beverage Association", "Eco-Friendly Packaging Solutions"]}
|
||||
logos={[
|
||||
"http://img.b2bpic.net/free-psd/catering-template-design_23-2151567430.jpg",
|
||||
"http://img.b2bpic.net/free-vector/hand-drawn-biofuel-logo-template_23-2149412065.jpg",
|
||||
"http://img.b2bpic.net/free-vector/vintage-elegant-linear-restaurant-packaging-circle-sticker_742173-9563.jpg",
|
||||
"http://img.b2bpic.net/free-vector/leaf-healthy-logo-business-branding-template-design_384344-1601.jpg",
|
||||
"http://img.b2bpic.net/free-psd/horizontal-business-card-template-sales_23-2149533422.jpg",
|
||||
"http://img.b2bpic.net/free-psd/watercolor-restaurant-business-card-template_23-2149701872.jpg",
|
||||
"http://img.b2bpic.net/free-vector/modern-barbecue-restaurant-flyer-template_23-2147946211.jpg",
|
||||
]}
|
||||
"http://img.b2bpic.net/free-psd/catering-template-design_23-2151567430.jpg", "http://img.b2bpic.net/free-vector/hand-drawn-biofuel-logo-template_23-2149412065.jpg", "http://img.b2bpic.net/free-vector/vintage-elegant-linear-restaurant-packaging-circle-sticker_742173-9563.jpg", "http://img.b2bpic.net/free-vector/leaf-healthy-logo-business-branding-template-design_384344-1601.jpg", "http://img.b2bpic.net/free-psd/horizontal-business-card-template-sales_23-2149533422.jpg", "http://img.b2bpic.net/free-psd/watercolor-restaurant-business-card-template_23-2149701872.jpg", "http://img.b2bpic.net/free-vector/modern-barbecue-restaurant-flyer-template_23-2147946211.jpg"]}
|
||||
title="Trusted by Leading Partners"
|
||||
description="Our commitment to quality has earned the trust of respected businesses and certifications."
|
||||
/>
|
||||
@@ -294,8 +195,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "rotated-rays-static-grid",
|
||||
}}
|
||||
variant: "rotated-rays-static-grid"}}
|
||||
tag="Get in Touch"
|
||||
title="Ready to Partner or Order?"
|
||||
description="Contact us today to discuss wholesale opportunities, provide feedback, or simply ask a question. We'd love to hear from you!"
|
||||
@@ -310,54 +210,33 @@ export default function LandingPage() {
|
||||
logoText="Jouji Premium"
|
||||
columns={[
|
||||
{
|
||||
title: "Products",
|
||||
items: [
|
||||
title: "Products", items: [
|
||||
{
|
||||
label: "All Juices",
|
||||
href: "/products",
|
||||
},
|
||||
label: "All Juices", href: "/products"},
|
||||
{
|
||||
label: "Seasonal Flavors",
|
||||
href: "/products#seasonal",
|
||||
},
|
||||
label: "Seasonal Flavors", href: "/products#seasonal"},
|
||||
{
|
||||
label: "Wholesale",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Wholesale", href: "/contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/about",
|
||||
},
|
||||
label: "About Us", href: "/about"},
|
||||
{
|
||||
label: "Our Mission",
|
||||
href: "/about#mission",
|
||||
},
|
||||
label: "Our Mission", href: "/about#mission"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Contact", href: "/contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
{
|
||||
label: "Cookie Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Cookie Policy", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -7,7 +7,7 @@ import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
|
||||
import { CheckCircle } from "lucide-react";
|
||||
import { CheckCircle, Leaf } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -28,40 +28,20 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "home",
|
||||
href: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "about-us",
|
||||
href: "/about",
|
||||
},
|
||||
name: "About Us", id: "/about"},
|
||||
{
|
||||
name: "Products",
|
||||
id: "products",
|
||||
href: "/products",
|
||||
},
|
||||
name: "Products", id: "/products"},
|
||||
{
|
||||
name: "Features",
|
||||
id: "features",
|
||||
href: "#features",
|
||||
},
|
||||
name: "Features", id: "#features"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
href: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
href: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
]}
|
||||
button={{
|
||||
text: "Order Now",
|
||||
href: "/products",
|
||||
}}
|
||||
text: "Order Now", href: "/products"}}
|
||||
brandName="Jouji Premium"
|
||||
/>
|
||||
</div>
|
||||
@@ -74,41 +54,19 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Pomegranate & Strawberry Bliss",
|
||||
price: "$4.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-glass-with-raspberry-lemonade-with-dried-flowers_181624-30519.jpg?_wi=2",
|
||||
imageAlt: "Pomegranate and strawberry juice bottle",
|
||||
},
|
||||
id: "1", name: "Pomegranate & Strawberry Bliss", price: "$4.99", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-glass-with-raspberry-lemonade-with-dried-flowers_181624-30519.jpg", imageAlt: "Pomegranate and strawberry juice bottle"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Zesty Lemon & Orange Fusion",
|
||||
price: "$4.75",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-bottle-with-orange-juice_23-2148858647.jpg?_wi=2",
|
||||
imageAlt: "Lemon and orange juice bottle",
|
||||
},
|
||||
id: "2", name: "Zesty Lemon & Orange Fusion", price: "$4.75", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-bottle-with-orange-juice_23-2148858647.jpg", imageAlt: "Lemon and orange juice bottle"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Exotic Tropical Medley",
|
||||
price: "$5.25",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/nectarines-with-juice-grungy-cutting-board-table-side-view_176474-8778.jpg?_wi=2",
|
||||
imageAlt: "Tropical fruit juice bottle packaging",
|
||||
},
|
||||
id: "3", name: "Exotic Tropical Medley", price: "$5.25", imageSrc: "http://img.b2bpic.net/free-photo/nectarines-with-juice-grungy-cutting-board-table-side-view_176474-8778.jpg", imageAlt: "Tropical fruit juice bottle packaging"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Classic Tunisian Pomegranate",
|
||||
price: "$5.50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-glass-with-raspberry-lemonade-with-dried-flowers_181624-30519.jpg?_wi=3",
|
||||
imageAlt: "Pomegranate juice bottle",
|
||||
},
|
||||
id: "4", name: "Classic Tunisian Pomegranate", price: "$5.50", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-glass-with-raspberry-lemonade-with-dried-flowers_181624-30519.jpg", imageAlt: "Pomegranate juice bottle"},
|
||||
]}
|
||||
title="Our Pure & Natural Juice Selection"
|
||||
description="Discover the refreshing taste of Jouji Premium. Each bottle is crafted with the finest natural fruits, ensuring a healthy and delicious experience."
|
||||
buttons={[
|
||||
{
|
||||
text: "View All Products",
|
||||
href: "/products",
|
||||
},
|
||||
text: "View All Products", href: "/products"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -120,50 +78,34 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "100% Natural Ingredients",
|
||||
description: "We source the freshest fruits directly from Tunisian farms, ensuring peak flavor and nutritional value.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/assortment-vegetables-green-herbs-market-vegetables-basket_2829-14063.jpg?_wi=2",
|
||||
imageAlt: "Colorful fresh fruits and vegetables",
|
||||
},
|
||||
id: "1", title: "100% Natural Ingredients", description: "We source the freshest fruits directly from Tunisian farms, ensuring peak flavor and nutritional value.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/assortment-vegetables-green-herbs-market-vegetables-basket_2829-14063.jpg", imageAlt: "Colorful fresh fruits and vegetables"},
|
||||
items: [
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Locally Sourced",
|
||||
},
|
||||
text: "Locally Sourced"},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Seasonal Fruits",
|
||||
},
|
||||
text: "Seasonal Fruits"},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Peak Freshness",
|
||||
},
|
||||
text: "Peak Freshness"},
|
||||
],
|
||||
reverse: false,
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "No Added Sugar or Preservatives",
|
||||
description: "Experience the true taste of fruit without any artificial additives. Pure, unadulterated goodness in every bottle.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crop-man-pouring-water-near-window_23-2147765133.jpg?_wi=2",
|
||||
imageAlt: "Clear glass of pure juice no additives",
|
||||
},
|
||||
id: "2", title: "No Added Sugar or Preservatives", description: "Experience the true taste of fruit without any artificial additives. Pure, unadulterated goodness in every bottle.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crop-man-pouring-water-near-window_23-2147765133.jpg", imageAlt: "Clear glass of pure juice no additives"},
|
||||
items: [
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Zero Added Sugars",
|
||||
},
|
||||
text: "Zero Added Sugars"},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "No Artificial Flavors",
|
||||
},
|
||||
text: "No Artificial Flavors"},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Preservative-Free",
|
||||
},
|
||||
text: "Preservative-Free"},
|
||||
],
|
||||
reverse: true,
|
||||
},
|
||||
@@ -182,29 +124,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Amina Ben Salah",
|
||||
role: "Nutritionist",
|
||||
testimonial: "Jouji Premium juices are a fantastic source of natural vitamins. My clients love the authentic taste and I appreciate the commitment to pure ingredients.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-businesswoman-sitting-floor_1262-1992.jpg?_wi=2",
|
||||
imageAlt: "Amina Ben Salah",
|
||||
},
|
||||
id: "1", name: "Amina Ben Salah", role: "Nutritionist", testimonial: "Jouji Premium juices are a fantastic source of natural vitamins. My clients love the authentic taste and I appreciate the commitment to pure ingredients.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-businesswoman-sitting-floor_1262-1992.jpg", imageAlt: "Amina Ben Salah"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Omar Khedira",
|
||||
role: "Cafe Owner",
|
||||
testimonial: "Our customers consistently choose Jouji Premium. The quality is unmatched, and the freshness makes a noticeable difference in their daily routine.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-pretty-woman-showing-ok-sign_1262-2368.jpg?_wi=2",
|
||||
imageAlt: "Omar Khedira",
|
||||
},
|
||||
id: "2", name: "Omar Khedira", role: "Cafe Owner", testimonial: "Our customers consistently choose Jouji Premium. The quality is unmatched, and the freshness makes a noticeable difference in their daily routine.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-pretty-woman-showing-ok-sign_1262-2368.jpg", imageAlt: "Omar Khedira"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Leila Mansour",
|
||||
role: "Food Blogger",
|
||||
testimonial: "Finally, a juice brand that truly delivers on its promise of natural taste. Jouji Premium is my go-to for healthy and delicious hydration.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-executive-with-black-suit-crossed-arms_1139-273.jpg?_wi=2",
|
||||
imageAlt: "Leila Mansour",
|
||||
},
|
||||
id: "3", name: "Leila Mansour", role: "Food Blogger", testimonial: "Finally, a juice brand that truly delivers on its promise of natural taste. Jouji Premium is my go-to for healthy and delicious hydration.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-executive-with-black-suit-crossed-arms_1139-273.jpg", imageAlt: "Leila Mansour"},
|
||||
]}
|
||||
title="What Our Customers Say"
|
||||
description="Hear from those who've experienced the Jouji Premium difference."
|
||||
@@ -215,62 +139,37 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Products",
|
||||
items: [
|
||||
title: "Products", items: [
|
||||
{
|
||||
label: "Pomegranate Juice",
|
||||
href: "/products#pomegranate",
|
||||
},
|
||||
label: "Pomegranate Juice", href: "/products#pomegranate"},
|
||||
{
|
||||
label: "Orange Juice",
|
||||
href: "/products#orange",
|
||||
},
|
||||
label: "Orange Juice", href: "/products#orange"},
|
||||
{
|
||||
label: "Lemon Juice",
|
||||
href: "/products#lemon",
|
||||
},
|
||||
label: "Lemon Juice", href: "/products#lemon"},
|
||||
{
|
||||
label: "Seasonal Blends",
|
||||
href: "/products#blends",
|
||||
},
|
||||
label: "Seasonal Blends", href: "/products#blends"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/about",
|
||||
},
|
||||
label: "About Us", href: "/about"},
|
||||
{
|
||||
label: "Our Mission",
|
||||
href: "/about#mission",
|
||||
},
|
||||
label: "Our Mission", href: "/about#mission"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Contact", href: "/contact"},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "/careers",
|
||||
},
|
||||
label: "Careers", href: "/careers"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "/faq",
|
||||
},
|
||||
label: "FAQ", href: "/faq"},
|
||||
{
|
||||
label: "Health Benefits",
|
||||
href: "/blog/health-benefits",
|
||||
},
|
||||
label: "Health Benefits", href: "/blog/health-benefits"},
|
||||
{
|
||||
label: "Press Kit",
|
||||
href: "/press",
|
||||
},
|
||||
label: "Press Kit", href: "/press"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user