1 Commits

Author SHA1 Message Date
b9fba4751f Bob AI: add our bestsellers section 2026-02-04 23:23:30 +02:00

View File

@@ -11,6 +11,7 @@ import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import { Camera, Zap, Sparkles, Monitor, Shield, Star, Heart } from "lucide-react"; import { Camera, Zap, Sparkles, Monitor, Shield, Star, Heart } from "lucide-react";
import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll';
import CardStack from '@/components/cardStack/CardStack';
export default function LandingPage() { export default function LandingPage() {
return ( return (
@@ -203,6 +204,26 @@ export default function LandingPage() {
/> />
</div> </div>
<div id="layout" data-section="layout">
<CardStack mode="buttons" gridVariant="uniform-all-items-equal" title="Bestsellers" description="Explore our top-selling iPhone accessories and gadgets." buttons={[{ text: "Shop Now", href: "#" }]} className="mb-8">
<div className="card">
<img src="https://images.unsplash.com/photo-1519681393784-d120267933ba?w=800&q=80" alt="iPhone Case" />
<h3>iPhone X Case</h3>
<p>Protect your iPhone with our premium case.</p>
</div>
<div className="card">
<img src="https://images.unsplash.com/photo-1519681393784-d120267933ba?w=800&q=80" alt="iPhone Charger" />
<h3>Fast Charger</h3>
<p>Charge your iPhone up to 50% in just 30 minutes.</p>
</div>
<div className="card">
<img src="https://images.unsplash.com/photo-1519681393784-d120267933ba?w=800&q=80" alt="iPhone Screen Protector" />
<h3>Screen Protector</h3>
<p>Keep your iPhone screen scratch-free with our ultra-clear protector.</p>
</div>
</CardStack>
</div>
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterBaseReveal <FooterBaseReveal
columns={[ columns={[