4 Commits

Author SHA1 Message Date
fc69ce5b32 Update theme colors 2026-04-09 09:58:42 +00:00
6be3d9e193 Update theme colors 2026-04-09 09:58:29 +00:00
2ea31d4fa5 Update src/app/page.tsx 2026-04-09 09:55:39 +00:00
5818ef43d1 Merge version_1 into main
Merge version_1 into main
2026-04-09 09:54:46 +00:00
2 changed files with 57 additions and 164 deletions

View File

@@ -2,9 +2,9 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react"; import ReactLenis from "lenis/react";
import ContactText from '@/components/sections/contact/ContactText'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import FaqSplitText from '@/components/sections/faq/FaqSplitText'; import FaqSplitText from '@/components/sections/faq/FaqSplitText';
import FooterBase from '@/components/sections/footer/FooterBase'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery'; import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import ProductCardOne from '@/components/sections/product/ProductCardOne'; import ProductCardOne from '@/components/sections/product/ProductCardOne';
@@ -29,21 +29,13 @@ export default function LandingPage() {
<NavbarStyleCentered <NavbarStyleCentered
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "hero"},
id: "hero",
},
{ {
name: "Products", name: "Products", id: "products"},
id: "products",
},
{ {
name: "Testimonials", name: "Testimonials", id: "testimonials"},
id: "testimonials",
},
{ {
name: "FAQ", name: "FAQ", id: "faq"},
id: "faq",
},
]} ]}
brandName="Shopify Store" brandName="Shopify Store"
/> />
@@ -52,41 +44,26 @@ export default function LandingPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroBillboardGallery <HeroBillboardGallery
background={{ background={{
variant: "sparkles-gradient", variant: "sparkles-gradient"}}
}}
title="Future of Tech Commerce" title="Future of Tech Commerce"
description="Discover our curated collection of high-end tech essentials. Built for those who demand excellence." description="Discover our curated collection of high-end tech essentials. Built for those who demand excellence."
buttons={[ buttons={[
{ {
text: "Shop Now", text: "Shop Now", href: "#products"},
href: "#products",
},
]} ]}
mediaItems={[ mediaItems={[
{ {
imageSrc: "http://img.b2bpic.net/free-photo/halloween-fresh-bat-gingerbread_23-2147900582.jpg?_wi=1", imageSrc: "http://img.b2bpic.net/free-photo/halloween-fresh-bat-gingerbread_23-2147900582.jpg?_wi=1", imageAlt: "Store hero shot 1"},
imageAlt: "Store hero shot 1",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/three-black-ducks_23-2147680069.jpg?_wi=1", imageSrc: "http://img.b2bpic.net/free-photo/three-black-ducks_23-2147680069.jpg?_wi=1", imageAlt: "Store hero shot 2"},
imageAlt: "Store hero shot 2",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/abstract-fractal-geometric-figure-background-with-texture_1194-305381.jpg?_wi=1", imageSrc: "http://img.b2bpic.net/free-photo/abstract-fractal-geometric-figure-background-with-texture_1194-305381.jpg?_wi=1", imageAlt: "Store hero shot 3"},
imageAlt: "Store hero shot 3",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/halloween-fresh-bat-gingerbread_23-2147900582.jpg?_wi=2", imageSrc: "http://img.b2bpic.net/free-photo/halloween-fresh-bat-gingerbread_23-2147900582.jpg?_wi=2", imageAlt: "Store hero shot 4"},
imageAlt: "Store hero shot 4",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/three-black-ducks_23-2147680069.jpg?_wi=2", imageSrc: "http://img.b2bpic.net/free-photo/three-black-ducks_23-2147680069.jpg?_wi=2", imageAlt: "Store hero shot 5"},
imageAlt: "Store hero shot 5",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/abstract-fractal-geometric-figure-background-with-texture_1194-305381.jpg?_wi=2", imageSrc: "http://img.b2bpic.net/free-photo/abstract-fractal-geometric-figure-background-with-texture_1194-305381.jpg?_wi=2", imageAlt: "Store hero shot 6"},
imageAlt: "Store hero shot 6",
},
]} ]}
mediaAnimation="blur-reveal" mediaAnimation="blur-reveal"
/> />
@@ -100,41 +77,17 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
products={[ products={[
{ {
id: "p1", id: "p1", name: "Sonic Headset", price: "$199", imageSrc: "http://img.b2bpic.net/free-photo/black-cup-tea-with-headphones-red-background_185193-163975.jpg?_wi=1"},
name: "Sonic Headset",
price: "$199",
imageSrc: "http://img.b2bpic.net/free-photo/black-cup-tea-with-headphones-red-background_185193-163975.jpg?_wi=1",
},
{ {
id: "p2", id: "p2", name: "Smart Chrono", price: "$299", imageSrc: "http://img.b2bpic.net/free-photo/usb-flash-drive-tech-device-with-minimalist-monochrome-background-earphones_23-2150763321.jpg?_wi=1"},
name: "Smart Chrono",
price: "$299",
imageSrc: "http://img.b2bpic.net/free-photo/usb-flash-drive-tech-device-with-minimalist-monochrome-background-earphones_23-2150763321.jpg?_wi=1",
},
{ {
id: "p3", id: "p3", name: "Power Pad", price: "$79", imageSrc: "http://img.b2bpic.net/free-photo/mockup-mobile-phone-screen_53876-63379.jpg"},
name: "Power Pad",
price: "$79",
imageSrc: "http://img.b2bpic.net/free-photo/mockup-mobile-phone-screen_53876-63379.jpg",
},
{ {
id: "p4", id: "p4", name: "Crystal Speaker", price: "$149", imageSrc: "http://img.b2bpic.net/free-photo/modern-round-wireless-speaker-with-slick-design-shadow_23-2150808054.jpg"},
name: "Crystal Speaker",
price: "$149",
imageSrc: "http://img.b2bpic.net/free-photo/modern-round-wireless-speaker-with-slick-design-shadow_23-2150808054.jpg",
},
{ {
id: "p5", id: "p5", name: "Pro Keyboard", price: "$249", imageSrc: "http://img.b2bpic.net/free-photo/minimalist-computer-desk-setup-with-hard-drive_58702-17215.jpg"},
name: "Pro Keyboard",
price: "$249",
imageSrc: "http://img.b2bpic.net/free-photo/minimalist-computer-desk-setup-with-hard-drive_58702-17215.jpg",
},
{ {
id: "p6", id: "p6", name: "Ultra Bank", price: "$89", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-storage-device-laptop-assortment_23-2149319353.jpg"},
name: "Ultra Bank",
price: "$89",
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-storage-device-laptop-assortment_23-2149319353.jpg",
},
]} ]}
title="Our Featured Products" title="Our Featured Products"
description="Premium tech accessories designed for modern life." description="Premium tech accessories designed for modern life."
@@ -147,60 +100,15 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
testimonials={[ testimonials={[
{ {
id: "t1", id: "t1", name: "Alex Riv", date: "Jan 2025", title: "Great products!", quote: "The build quality is exceptional, worth every penny.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/spotlight-portrait-golden-hour_23-2151915116.jpg", imageSrc: "http://img.b2bpic.net/free-photo/halloween-fresh-bat-gingerbread_23-2147900582.jpg?_wi=3", imageAlt: "minimalist store hero background dark"},
name: "Alex Riv",
date: "Jan 2025",
title: "Great products!",
quote: "The build quality is exceptional, worth every penny.",
tag: "Verified",
avatarSrc: "http://img.b2bpic.net/free-photo/spotlight-portrait-golden-hour_23-2151915116.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/halloween-fresh-bat-gingerbread_23-2147900582.jpg?_wi=3",
imageAlt: "minimalist store hero background dark",
},
{ {
id: "t2", id: "t2", name: "Jamie L.", date: "Dec 2024", title: "Very impressed", quote: "Fast shipping and fantastic customer service.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-66975.jpg", imageSrc: "http://img.b2bpic.net/free-photo/three-black-ducks_23-2147680069.jpg?_wi=3", imageAlt: "sleek product tech close up red"},
name: "Jamie L.",
date: "Dec 2024",
title: "Very impressed",
quote: "Fast shipping and fantastic customer service.",
tag: "Verified",
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-66975.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/three-black-ducks_23-2147680069.jpg?_wi=3",
imageAlt: "sleek product tech close up red",
},
{ {
id: "t3", id: "t3", name: "Sam K.", date: "Nov 2024", title: "Highly recommended", quote: "Best tech gadgets I've bought in years.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/stylish-bearded-male-dressed-suit-sunglasses-dark-grey-background_613910-12505.jpg", imageSrc: "http://img.b2bpic.net/free-photo/abstract-fractal-geometric-figure-background-with-texture_1194-305381.jpg?_wi=3", imageAlt: "abstract tech dark background red lights"},
name: "Sam K.",
date: "Nov 2024",
title: "Highly recommended",
quote: "Best tech gadgets I've bought in years.",
tag: "Verified",
avatarSrc: "http://img.b2bpic.net/free-photo/stylish-bearded-male-dressed-suit-sunglasses-dark-grey-background_613910-12505.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/abstract-fractal-geometric-figure-background-with-texture_1194-305381.jpg?_wi=3",
imageAlt: "abstract tech dark background red lights",
},
{ {
id: "t4", id: "t4", name: "Morgan D.", date: "Oct 2024", title: "Top tier quality", quote: "Looks great on my desk, works perfectly.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/anxious-handsome-blonde-man-bites-lips-isolated-purple-wall_141793-66117.jpg", imageSrc: "http://img.b2bpic.net/free-photo/black-cup-tea-with-headphones-red-background_185193-163975.jpg?_wi=2", imageAlt: "modern wireless headphones dark studio"},
name: "Morgan D.",
date: "Oct 2024",
title: "Top tier quality",
quote: "Looks great on my desk, works perfectly.",
tag: "Verified",
avatarSrc: "http://img.b2bpic.net/free-photo/anxious-handsome-blonde-man-bites-lips-isolated-purple-wall_141793-66117.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/black-cup-tea-with-headphones-red-background_185193-163975.jpg?_wi=2",
imageAlt: "modern wireless headphones dark studio",
},
{ {
id: "t5", id: "t5", name: "Casey P.", date: "Sep 2024", title: "A perfect store", quote: "I am so happy with my new headphones.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-young-confident-businessman-wearing-glasses_158595-5353.jpg", imageSrc: "http://img.b2bpic.net/free-photo/usb-flash-drive-tech-device-with-minimalist-monochrome-background-earphones_23-2150763321.jpg?_wi=2", imageAlt: "smartwatch tech product studio shot"},
name: "Casey P.",
date: "Sep 2024",
title: "A perfect store",
quote: "I am so happy with my new headphones.",
tag: "Verified",
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-young-confident-businessman-wearing-glasses_158595-5353.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/usb-flash-drive-tech-device-with-minimalist-monochrome-background-earphones_23-2150763321.jpg?_wi=2",
imageAlt: "smartwatch tech product studio shot",
},
]} ]}
title="Client Stories" title="Client Stories"
description="See why our customers love the quality." description="See why our customers love the quality."
@@ -212,20 +120,11 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
faqs={[ faqs={[
{ {
id: "f1", id: "f1", title: "Shipping times?", content: "We ship globally in 3-5 business days."},
title: "Shipping times?",
content: "We ship globally in 3-5 business days.",
},
{ {
id: "f2", id: "f2", title: "Returns?", content: "30-day money back guarantee."},
title: "Returns?",
content: "30-day money back guarantee.",
},
{ {
id: "f3", id: "f3", title: "Warranty?", content: "1-year limited warranty on all products."},
title: "Warranty?",
content: "1-year limited warranty on all products.",
},
]} ]}
sideTitle="Questions?" sideTitle="Questions?"
sideDescription="Everything you need to know." sideDescription="Everything you need to know."
@@ -234,48 +133,42 @@ export default function LandingPage() {
</div> </div>
<div id="contact" data-section="contact"> <div id="contact" data-section="contact">
<ContactText <ContactSplitForm
useInvertedBackground={false} title="Get in Touch"
background={{ description="We would love to hear from you. Reach out for any questions."
variant: "gradient-bars", inputs={[
}}
text="Ready to upgrade your gear?"
buttons={[
{ {
text: "Contact Support", name: "name", type: "text", placeholder: "Name", required: true
href: "#",
}, },
{
name: "email", type: "email", placeholder: "Email", required: true
}
]} ]}
textarea={{
name: "message", placeholder: "How can we help?", rows: 4
}}
buttonText="Send Message"
useInvertedBackground={true}
/> />
</div> </div>
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterBase <FooterBaseCard
columns={[ columns={[
{ {
title: "Shop", title: "Shop", items: [
items: [
{ {
label: "Products", label: "Products", href: "#products"},
href: "#products",
},
{ {
label: "Sale", label: "Sale", href: "#"},
href: "#",
},
], ],
}, },
{ {
title: "Company", title: "Company", items: [
items: [
{ {
label: "About", label: "About", href: "#"},
href: "#",
},
{ {
label: "Contact", label: "Contact", href: "#"},
href: "#",
},
], ],
}, },
]} ]}

View File

@@ -10,15 +10,15 @@
--accent: #ffffff; --accent: #ffffff;
--background-accent: #ffffff; */ --background-accent: #ffffff; */
--background: #0a0a0a; --background: #fffefe;
--card: #1a1a1a; --card: #f6f7f4;
--foreground: #fff5f5e6; --foreground: #080908;
--primary-cta: #ff7a7a; --primary-cta: #0e3a29;
--primary-cta-text: #0a0a0a; --primary-cta-text: #fffefe;
--secondary-cta: #1a1a1a; --secondary-cta: #e7eecd;
--secondary-cta-text: #fff5f5e6; --secondary-cta-text: #080908;
--accent: #737373; --accent: #35c18b;
--background-accent: #737373; --background-accent: #ecebe4;
/* text sizing - set by ThemeProvider */ /* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);