Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-04-24 20:20:31 +00:00

View File

@@ -2,6 +2,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import { Sparkles, Clock, Headphones, Shield } from 'lucide-react';
import ContactCenter from '@/components/sections/contact/ContactCenter';
import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix';
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
@@ -31,17 +32,11 @@ export default function LandingPage() {
<NavbarStyleFullscreen
navItems={[
{
name: "Collection",
id: "products",
},
name: "Collection", id: "products"},
{
name: "Reviews",
id: "reviews",
},
name: "Reviews", id: "reviews"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="PREMIUM 25"
/>
@@ -53,33 +48,21 @@ export default function LandingPage() {
description="Discover the finest curated collection of premium products in Constantine. We provide unparalleled quality and service, open around the clock for your convenience."
buttons={[
{
text: "View Collection",
href: "#products",
},
text: "View Collection", href: "#products"},
]}
imageSrc="http://img.b2bpic.net/free-photo/futuristic-kitchen-interior-design_23-2151821368.jpg"
showDimOverlay={true}
avatars={[
{
src: "http://img.b2bpic.net/free-photo/view-luxurious-golden-ring-with-basket_23-2150329682.jpg",
alt: "Luxury jewelry client",
},
src: "http://img.b2bpic.net/free-photo/view-luxurious-golden-ring-with-basket_23-2150329682.jpg", alt: "Luxury jewelry client"},
{
src: "http://img.b2bpic.net/free-photo/woman-holding-cup-store-concept-choosing-dishes_169016-23448.jpg",
alt: "Happy shopper",
},
src: "http://img.b2bpic.net/free-photo/woman-holding-cup-store-concept-choosing-dishes_169016-23448.jpg", alt: "Happy shopper"},
{
src: "http://img.b2bpic.net/free-photo/long-corridor-showcase_1127-3441.jpg",
alt: "Satisfied customer",
},
src: "http://img.b2bpic.net/free-photo/long-corridor-showcase_1127-3441.jpg", alt: "Satisfied customer"},
{
src: "http://img.b2bpic.net/free-photo/department-coffee-supermarket-photo-your-advertising_185193-110563.jpg",
alt: "Premium boutique guest",
},
src: "http://img.b2bpic.net/free-photo/department-coffee-supermarket-photo-your-advertising_185193-110563.jpg", alt: "Premium boutique guest"},
{
src: "http://img.b2bpic.net/free-photo/view-matchsticks-with-geometric-shapes_23-2149600202.jpg",
alt: "Luxury experience guest",
},
src: "http://img.b2bpic.net/free-photo/view-matchsticks-with-geometric-shapes_23-2149600202.jpg", alt: "Luxury experience guest"},
]}
avatarText="Join 10,000+ satisfied luxury clients"
/>
@@ -98,29 +81,17 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Curated Selection",
description: "Only the finest premium goods hand-picked for our collection.",
buttonIcon: "Sparkles",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-black-blue-white-speck-chocolate-sweets-white-stand_140725-13909.jpg",
},
title: "Curated Selection", description: "Only the finest premium goods hand-picked for our collection.", buttonIcon: Sparkles,
imageSrc: "http://img.b2bpic.net/free-photo/side-view-black-blue-white-speck-chocolate-sweets-white-stand_140725-13909.jpg"},
{
title: "24/7 Availability",
description: "Always open to serve your needs at any time of day.",
buttonIcon: "Clock",
imageSrc: "http://img.b2bpic.net/free-photo/young-annoyed-blonde-male-barber-uniform-smeared-face-with-shaving-foam-holding-alarm-clock-shaving-brush-isolated-white-space-with-copy-space_141793-60410.jpg",
},
title: "24/7 Availability", description: "Always open to serve your needs at any time of day.", buttonIcon: Clock,
imageSrc: "http://img.b2bpic.net/free-photo/young-annoyed-blonde-male-barber-uniform-smeared-face-with-shaving-foam-holding-alarm-clock-shaving-brush-isolated-white-space-with-copy-space_141793-60410.jpg"},
{
title: "Premium Support",
description: "Expert staff dedicated to your satisfaction and convenience.",
buttonIcon: "Headphones",
imageSrc: "http://img.b2bpic.net/free-photo/waiter-setting-up-table-customer-eat-restaurant_23-2149304072.jpg",
},
title: "Premium Support", description: "Expert staff dedicated to your satisfaction and convenience.", buttonIcon: Headphones,
imageSrc: "http://img.b2bpic.net/free-photo/waiter-setting-up-table-customer-eat-restaurant_23-2149304072.jpg"},
{
title: "Clean Environment",
description: "An inviting, pristine space for a superior shopping experience.",
buttonIcon: "Shield",
imageSrc: "http://img.b2bpic.net/free-photo/empty-clothing-showroom_482257-79289.jpg",
},
title: "Clean Environment", description: "An inviting, pristine space for a superior shopping experience.", buttonIcon: Shield,
imageSrc: "http://img.b2bpic.net/free-photo/empty-clothing-showroom_482257-79289.jpg"},
]}
title="Our Promise to You"
description="Why choose Premium 25? We set the standard for quality, service, and accessibility in the heart of Constantine."
@@ -135,41 +106,17 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
id: "p1",
name: "Signature Timepiece",
price: "$1,200",
imageSrc: "http://img.b2bpic.net/free-photo/luggage-seen-from-rear-car-window_23-2150934353.jpg",
},
id: "p1", name: "Signature Timepiece", price: "$1,200", imageSrc: "http://img.b2bpic.net/free-photo/luggage-seen-from-rear-car-window_23-2150934353.jpg"},
{
id: "p2",
name: "Golden Accessory",
price: "$450",
imageSrc: "http://img.b2bpic.net/free-photo/luxury-serum-product-presentation-with-gift-box-gold-accents_187299-47285.jpg",
},
id: "p2", name: "Golden Accessory", price: "$450", imageSrc: "http://img.b2bpic.net/free-photo/luxury-serum-product-presentation-with-gift-box-gold-accents_187299-47285.jpg"},
{
id: "p3",
name: "Leather Heritage Bag",
price: "$890",
imageSrc: "http://img.b2bpic.net/free-photo/remote-control-various-gadget_23-2147929625.jpg",
},
id: "p3", name: "Leather Heritage Bag", price: "$890", imageSrc: "http://img.b2bpic.net/free-photo/remote-control-various-gadget_23-2147929625.jpg"},
{
id: "p4",
name: "Aura Perfume",
price: "$210",
imageSrc: "http://img.b2bpic.net/free-photo/christmas-tree-decoration-close-up-ball-bauble-pine-branches-background_169016-50278.jpg",
},
id: "p4", name: "Aura Perfume", price: "$210", imageSrc: "http://img.b2bpic.net/free-photo/christmas-tree-decoration-close-up-ball-bauble-pine-branches-background_169016-50278.jpg"},
{
id: "p5",
name: "Pro Digital Device",
price: "$1,500",
imageSrc: "http://img.b2bpic.net/free-photo/queen-crown-still-life_23-2150409242.jpg",
},
id: "p5", name: "Pro Digital Device", price: "$1,500", imageSrc: "http://img.b2bpic.net/free-photo/queen-crown-still-life_23-2150409242.jpg"},
{
id: "p6",
name: "Limited Edition Pen",
price: "$320",
imageSrc: "http://img.b2bpic.net/free-photo/wireless-earphones-glo_140725-7745.jpg",
},
id: "p6", name: "Limited Edition Pen", price: "$320", imageSrc: "http://img.b2bpic.net/free-photo/wireless-earphones-glo_140725-7745.jpg"},
]}
title="Our Exclusive Collection"
description="Explore our premium lineup of high-quality goods designed for those who appreciate the finer things in life."
@@ -181,30 +128,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "t1",
name: "Hamdi Soudous",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-black-woman-running-small-business_23-2150171782.jpg",
},
id: "t1", name: "Hamdi Soudous", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-black-woman-running-small-business_23-2150171782.jpg"},
{
id: "t2",
name: "Sarah Mansouri",
imageSrc: "http://img.b2bpic.net/free-photo/girl-holding-shopping-bags-close-up_23-2148225710.jpg",
},
id: "t2", name: "Sarah Mansouri", imageSrc: "http://img.b2bpic.net/free-photo/girl-holding-shopping-bags-close-up_23-2148225710.jpg"},
{
id: "t3",
name: "Amine Benali",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-rich-woman-car_23-2149684320.jpg",
},
id: "t3", name: "Amine Benali", imageSrc: "http://img.b2bpic.net/free-photo/side-view-rich-woman-car_23-2149684320.jpg"},
{
id: "t4",
name: "Yasmine Khelil",
imageSrc: "http://img.b2bpic.net/free-photo/happy-excited-female-shoppers-sitting-together-using-tablet-discussing-clothes-purchases-fashion-store-copy-space-consumerism-shopping-concept_74855-11776.jpg",
},
id: "t4", name: "Yasmine Khelil", imageSrc: "http://img.b2bpic.net/free-photo/happy-excited-female-shoppers-sitting-together-using-tablet-discussing-clothes-purchases-fashion-store-copy-space-consumerism-shopping-concept_74855-11776.jpg"},
{
id: "t5",
name: "Sofiane Djebbar",
imageSrc: "http://img.b2bpic.net/free-photo/worried-woman-carrying-many-bags-after-shopping-looking-away_197531-5670.jpg",
},
id: "t5", name: "Sofiane Djebbar", imageSrc: "http://img.b2bpic.net/free-photo/worried-woman-carrying-many-bags-after-shopping-looking-away_197531-5670.jpg"},
]}
cardTitle="Client Testimonials"
cardAnimation="slide-up"
@@ -219,20 +151,11 @@ export default function LandingPage() {
tag="Trusted Quality"
metrics={[
{
id: "m1",
value: "10k+",
description: "Satisfied Customers",
},
id: "m1", value: "10k+", description: "Satisfied Customers"},
{
id: "m2",
value: "24/7",
description: "Always Open",
},
id: "m2", value: "24/7", description: "Always Open"},
{
id: "m3",
value: "4.8",
description: "Average Rating",
},
id: "m3", value: "4.8", description: "Average Rating"},
]}
metricsAnimation="slide-up"
/>
@@ -242,8 +165,7 @@ export default function LandingPage() {
<ContactCenter
useInvertedBackground={false}
background={{
variant: "radial-gradient",
}}
variant: "radial-gradient"}}
tag="Visit Us"
title="Locate Premium 25"
description="Find us in the heart of Constantine 25000. Open 24/7 for your convenience."
@@ -255,29 +177,19 @@ export default function LandingPage() {
logoText="PREMIUM 25"
columns={[
{
title: "Store",
items: [
title: "Store", items: [
{
label: "Products",
href: "#products",
},
label: "Products", href: "#products"},
{
label: "Reviews",
href: "#reviews",
},
label: "Reviews", href: "#reviews"},
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
{
label: "Terms of Service",
href: "#",
},
label: "Terms of Service", href: "#"},
],
},
]}