Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 53d3209874 | |||
| a65a515f83 | |||
| cf76b4b02a |
@@ -11,6 +11,7 @@ import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCar
|
||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||
import { Sparkles, TrendingUp, Star, Crown, Users, Award, Zap, Mail } from "lucide-react";
|
||||
import HeroSplit from '@/components/sections/hero/HeroSplit';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -210,6 +211,25 @@ export default function LandingPage() {
|
||||
/>
|
||||
</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">
|
||||
<FooterSimple
|
||||
columns={[
|
||||
|
||||
@@ -10,13 +10,13 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #fcf6ec;
|
||||
--card: #f3ede2;
|
||||
--foreground: #2e2521;
|
||||
--primary-cta: #2e2521;
|
||||
--secondary-cta: #ffffff;
|
||||
--accent: #b2a28b;
|
||||
--background-accent: #b2a28b;
|
||||
--background: #ffff00;
|
||||
--card: #ffff88;
|
||||
--foreground: #000000;
|
||||
--primary-cta: #000000;
|
||||
--secondary-cta: #ffff00;
|
||||
--accent: #ffff00;
|
||||
--background-accent: #ffff00;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user