10 Commits

Author SHA1 Message Date
3ef132f091 Update src/app/page.tsx 2026-02-26 11:04:31 +00:00
3372743216 Switch to version 9: modified src/app/styles/variables.css 2026-02-26 11:03:45 +00:00
738028e671 Switch to version 9: modified src/app/page.tsx 2026-02-26 11:03:44 +00:00
ea77e24ad2 Switch to version 9: modified src/app/layout.tsx 2026-02-26 11:03:43 +00:00
bc9da644e7 Merge version_10 into main
Merge version_10 into main
2026-02-26 10:59:36 +00:00
5db9399ab1 Update src/app/styles/variables.css 2026-02-26 10:59:32 +00:00
7cac172269 Switch to version 8: modified src/app/styles/variables.css 2026-02-26 10:58:38 +00:00
0a2cf1222e Switch to version 8: modified src/app/page.tsx 2026-02-26 10:58:37 +00:00
05ddd1e5e0 Switch to version 8: modified src/app/layout.tsx 2026-02-26 10:58:36 +00:00
1c9b5e3ea1 Merge version_9 into main
Merge version_9 into main
2026-02-26 10:55:18 +00:00

View File

@@ -4,14 +4,13 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel';
import FeatureProcessSteps from '@/components/sections/feature/FeatureProcessSteps';
import ProductCardFour from '@/components/sections/product/ProductCardFour';
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
import PricingCardOne from '@/components/sections/pricing/PricingCardOne';
import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
import { Package, Sparkles, TrendingUp, Users } from 'lucide-react';
import { Sparkles, TrendingUp, Users } from 'lucide-react';
export default function SitePage() {
return (
@@ -31,7 +30,6 @@ export default function SitePage() {
<NavbarLayoutFloatingOverlay
navItems={[
{ name: "Moments", id: "features" },
{ name: "Products", id: "products" },
{ name: "Pricing", id: "pricing" },
{ name: "About", id: "about" },
{ name: "Stories", id: "testimonials" },
@@ -106,35 +104,14 @@ export default function SitePage() {
]}
stepsAnimation="slide-up"
useInvertedBackground={false}
buttons={[{ text: "View All Categories", href: "#gallery" }]}
buttons={[{ text: "View All Categories", href: "#gallery" }]
}
tag="Curated Selection"
tagAnimation="slide-up"
buttonAnimation="slide-up"
/>
</div>
<div id="products" data-section="products">
<ProductCardFour
products={[
{ id: '1', name: 'Vintage Camera', price: '$299', variant: 'Classic Black Edition', imageSrc: 'http://img.b2bpic.net/free-photo/old-vintage-camera-white-background_1462-1049.jpg', imageAlt: 'Vintage camera' },
{ id: '2', name: 'Photo Album', price: '$45', variant: 'Leather Bound', imageSrc: 'http://img.b2bpic.net/free-photo/vintage-photo-album-white_1203-5182.jpg', imageAlt: 'Leather bound photo album' },
{ id: '3', name: 'Tripod Stand', price: '$75', variant: 'Lightweight Aluminum', imageSrc: 'http://img.b2bpic.net/free-photo/camera-stand-isolated-white-background_1203-5969.jpg', imageAlt: 'Camera tripod stand' },
{ id: '4', name: 'Lens Cleaning Kit', price: '$20', variant: 'Pro Series', imageSrc: 'http://img.b2bpic.net/free-photo/still-life-set-professional-cleaning-lens-d_23-2148906323.jpg', imageAlt: 'Lens cleaning kit' }
]}
title="Our Products"
description="Enhance your photography journey with our carefully selected range of products."
tag="Shop Now"
tagIcon={Package}
textboxLayout="default"
gridVariant="uniform-all-items-equal"
animationType="slide-up"
useInvertedBackground={false}
buttons={[
{ text: "Browse All", href: "#products" }
]}
/>
</div>
<div id="about" data-section="about">
<MetricSplitMediaAbout
title="Our Journey Through the Lens"