Update src/app/page.tsx
This commit is contained in:
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: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user