2 Commits

Author SHA1 Message Date
53d3209874 Bob AI: add section with our bestsellers after hero 2026-02-05 14:49:06 +00:00
a65a515f83 Bob AI: change theme to yellow 2026-02-05 14:48:11 +00:00
2 changed files with 27 additions and 7 deletions

View File

@@ -11,6 +11,7 @@ import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCar
import ContactCTA from '@/components/sections/contact/ContactCTA'; import ContactCTA from '@/components/sections/contact/ContactCTA';
import FooterSimple from '@/components/sections/footer/FooterSimple'; import FooterSimple from '@/components/sections/footer/FooterSimple';
import { Sparkles, TrendingUp, Star, Crown, Users, Award, Zap, Mail } from "lucide-react"; import { Sparkles, TrendingUp, Star, Crown, Users, Award, Zap, Mail } from "lucide-react";
import HeroSplit from '@/components/sections/hero/HeroSplit';
export default function LandingPage() { export default function LandingPage() {
return ( return (
@@ -210,6 +211,25 @@ export default function LandingPage() {
/> />
</div> </div>
<div id="hero" data-section="hero">
<HeroSplit
title="Discover Our Bestsellers"
description="Explore the top-selling iPhone models that everyone is talking about."
background={{ variant: "downward-rays-animated" }}
buttons={[
{
label: "Shop Now",
href: "/products",
variant: "primary",
},
]}
imageSrc="https://images.unsplash.com/photo-1519681393784-d120267933ba?w=800&q=80"
imageAlt="iPhone Bestsellers"
imagePosition="right"
className="py-16"
/>
</div>
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterSimple <FooterSimple
columns={[ columns={[

View File

@@ -10,13 +10,13 @@
--accent: #ffffff; --accent: #ffffff;
--background-accent: #ffffff; */ --background-accent: #ffffff; */
--background: #2a303c; --background: #ffff00;
--card: #333a4a; --card: #ffff88;
--foreground: #ffffff; --foreground: #000000;
--primary-cta: #ffffff; --primary-cta: #000000;
--secondary-cta: #2a303c; --secondary-cta: #ffff00;
--accent: #5e81ac; --accent: #ffff00;
--background-accent: #5e81ac; --background-accent: #ffff00;
/* 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);