Update src/app/products/page.tsx

This commit is contained in:
2026-03-26 14:24:18 +00:00
parent 109eff3118
commit a87ca34112

View File

@@ -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"},
],
},
]}