15 Commits

Author SHA1 Message Date
d32a87dd42 Bob AI: [Block: faq-accordion-one|FAQ Accordion One|/block... 2026-02-05 12:22:11 +02:00
fe4fa93c62 Bob AI: replace about section with TextAbout 2026-02-05 12:21:17 +02:00
bd5cf8b453 Bob AI: replace nav section with [Block: navbar-style-appl... 2026-02-05 12:20:18 +02:00
d8e8e7f8d8 Bob AI: replace nav section with [Block: navbar-style-appl... 2026-02-05 12:18:41 +02:00
62a949860f Bob AI: replace hero with [Block: hero-logo-billboard|Hero... 2026-02-05 12:14:25 +02:00
e0d14009ad Bob AI: replace footer with [Block: footer-base-1|Footer B... 2026-02-05 12:08:37 +02:00
2deee11e99 Bob AI: replace team section with [Block: team-card-one-1|... 2026-02-05 12:07:38 +02:00
1e8ce5a5ff Bob AI: set theme to warm earth tones 2026-02-05 12:06:42 +02:00
7869408840 Bob AI: make it light theme 2026-02-05 12:05:17 +02:00
ddccab7ae8 Bob AI: change text color to coral 2026-02-05 12:02:33 +02:00
ab7fb7e80f Bob AI: change button color to green 2026-02-05 12:01:10 +02:00
9a38d2b701 Bob AI: change text color to black 2026-02-05 11:56:53 +02:00
0f3248e1b5 Bob AI: change background color to #1a1a2e 2026-02-05 11:42:49 +02:00
373b68fd54 Bob AI: change the background color of the hero section to... 2026-02-05 11:41:27 +02:00
4c7708cc4e Bob AI: use FeatureCardThree section instead 2026-02-04 23:28:26 +02:00
3 changed files with 128 additions and 63 deletions

View File

@@ -8,10 +8,13 @@ import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwent
import PricingCardThree from '@/components/sections/pricing/PricingCardThree'; import PricingCardThree from '@/components/sections/pricing/PricingCardThree';
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import FooterBase1 from '@/components/sections/footer/FooterBase1';
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 HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard';
import CardStack from '@/components/cardStack/CardStack'; import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree';
import TeamCardOne1 from '@/components/sections/team/TeamCardOne1';
import TextAbout from '@/components/sections/about/TextAbout';
import FaqAccordionOne from '@/components/sections/faq/FaqAccordionOne';
export default function LandingPage() { export default function LandingPage() {
return ( return (
@@ -28,7 +31,7 @@ export default function LandingPage() {
headingFontWeight="light" headingFontWeight="light"
> >
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroBillboardScroll title="Explore the Latest iPhone Models" description="Discover the latest features and designs in our iPhone collection. From photography to performance, we've got you covered." background={{ variant: "downward-rays-animated" }} tag="New Arrivals" tagIcon="Calendar" buttons={[{ label: "Shop Now", href: "/iphones", className: "bg-black text-white hover:bg-gray-800" }]} imageSrc="https://images.unsplash.com/photo-1519681393784-d120267933ba?w=800&q=80" ariaLabel="iPhone Collection Hero Section" /> <HeroLogoBillboard logoText="iPhone Store" description="Explore the latest iPhone models with cutting-edge features and sleek designs." buttons={[{ label: "Shop Now", href: "/iphones", className: "bg-black text-white hover:bg-gray-800" }]} background={{ variant: "downward-rays-animated" }} imageSrc="https://images.unsplash.com/photo-1519681393784-d120267933ba?w=800&q=80" ariaLabel="iPhone Collection Hero Section" />
</div> </div>
<div id="nav" data-section="nav"> <div id="nav" data-section="nav">
@@ -205,61 +208,123 @@ export default function LandingPage() {
</div> </div>
<div id="layout" data-section="layout"> <div id="layout" data-section="layout">
<CardStack mode="buttons" gridVariant="timeline" title="Bestsellers" description="Check out our top-selling iPhone accessories." buttons={[{ text: "Shop Now", href: "#" }]} className="mb-8"> <FeatureCardThree features={[
<div className="card"> { id: "1", title: "Wireless Charging Stand", description: "Elegant and efficient, charges your iPhone wirelessly.", imageSrc: "https://images.unsplash.com/photo-1519681393784-d120267933ba?w=800&q=80", imageAlt: "Wireless Charging Stand" },
<img src="https://images.unsplash.com/photo-1519681393784-d120267933ba?w=800&q=80" alt="Wireless Charger" /> { id: "2", title: "Clear iPhone Case", description: "Protect your iPhone with a clear, stylish case.", imageSrc: "https://images.unsplash.com/photo-1519681393784-d120267933ba?w=800&q=80", imageAlt: "Clear iPhone Case" },
<div className="card-content"> { id: "3", title: "Bumper Case", description: "Durable bumper case for added protection.", imageSrc: "https://images.unsplash.com/photo-1519681393784-d120267933ba?w=800&q=80", imageAlt: "Bumper Case" },
<h3>Wireless Charger</h3> { id: "4", title: "Screen Protector", description: "Keep your iPhone screen scratch-free with this high-quality protector.", imageSrc: "https://images.unsplash.com/photo-1519681393784-d120267933ba?w=800&q=80", imageAlt: "Screen Protector" }
<p>Charge your iPhone wirelessly with ease.</p> ]} carouselMode="buttons" gridVariant="timeline" title="iPhone Accessories" description="Explore our range of iPhone accessories to enhance your device." buttons={[{ text: "Shop Now", href: "#" }]} textboxLayout="left" useInvertedBackground="light" ariaLabel="iPhone Accessories Section" className="mb-8" />
</div> </div>
</div>
<div className="card"> <div id="team" data-section="team">
<img src="https://images.unsplash.com/photo-1519681393784-d120267933ba?w=800&q=80" alt="Phone Case" /> <TeamCardOne1
<div className="card-content"> title="Our Expert Team"
<h3>Phone Case</h3> description="Meet the dedicated team behind iPhone Store, passionate about delivering the best iPhone experience."
<p>Protect your iPhone with our stylish case.</p> teamMembers={[
</div> { name: "John Doe", position: "CEO", image: "https://images.unsplash.com/photo-1519681393784-d120267933ba?w=800&q=80" },
</div> { name: "Jane Smith", position: "CTO", image: "https://images.unsplash.com/photo-1519681393784-d120267933ba?w=800&q=80" },
<div className="card"> { name: "Mike Johnson", position: "Head of Design", image: "https://images.unsplash.com/photo-1519681393784-d120267933ba?w=800&q=80" },
<img src="https://images.unsplash.com/photo-1519681393784-d120267933ba?w=800&q=80" alt="Screen Protector" /> { name: "Emily Davis", position: "Marketing Director", image: "https://images.unsplash.com/photo-1519681393784-d120267933ba?w=800&q=80" }
<div className="card-content"> ]}
<h3>Screen Protector</h3> />
<p>Keep your iPhone screen scratch-free.</p> </div>
</div>
</div> <div id="navbar" data-section="navbar">
</CardStack> <NavbarStyleApple
brandName="iPhone Store"
navItems={[
{ name: "iPhone 13", id: "products" },
{ name: "Waterproof Tech", id: "features" },
{ name: "Affordable Plans", id: "pricing" },
{ name: "Customer Reviews", id: "testimonials" }
]}
logoUrl="https://images.unsplash.com/photo-1519681393784-d120267933ba?w=800&q=80"
/>
</div>
<div id="navbar" data-section="navbar">
<NavbarStyleApple
brandName="iPhone Store"
navItems={[
{ name: "iPhone 13", id: "products-iphone-13", image: "https://images.unsplash.com/photo-1519681393784-d120267933ba?w=800&q=80" },
{ name: "Face ID", id: "features-face-id" },
{ name: "AppleCare+", id: "pricing-applecare" },
{ name: "Customer Reviews", id: "testimonials-customers" }
]}
/>
</div>
<div id="about" data-section="about">
<TextAbout tag="Discover" tagIcon="LightBulb" title="Explore the Latest iPhone Models" buttons={[
{
label: "View Products",
href: "#products",
variant: "primary",
icon: "ArrowRight"
},
{
label: "Learn More",
href: "#features",
variant: "secondary",
icon: "Info"
}
]} useInvertedBackground="invertDefault" className="bg-gray-900" containerClassName="max-w-5xl" titleClassName="text-white" buttonContainerClassName="justify-center" buttonClassName="bg-white text-black hover:bg-gray-200" buttonTextClassName="text-sm" />
</div>
<div id="faq" data-section="faq">
<FaqAccordionOne
title="iPhone Store FAQ"
description="Have questions about our iPhone models? Check out our frequently asked questions below."
items={[
{
question: "What iPhone models do you offer?",
answer: "We offer the latest models including iPhone 13, iPhone 13 Pro, iPhone 13 Pro Max, and iPhone SE (2022)."
},
{
question: "What are the key features of the iPhone 13 Pro?",
answer: "The iPhone 13 Pro features a ProMotion display, A15 Bionic chip, Ceramic Shield front cover, and advanced cameras."
},
{
question: "Can I trade in my old iPhone?",
answer: "Yes, you can trade in your old iPhone for credit towards a new one. Visit our store for more details."
},
{
question: "How long is the warranty period?",
answer: "All iPhones come with a standard 1-year warranty. Extended warranty options are available upon purchase."
}
]}
image="https://images.unsplash.com/photo-1519681393784-d120267933ba?w=800&q=80"
/>
</div> </div>
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterBaseReveal <FooterBase1
columns={[ columns={[
{ {
title: "Products", items: [ title: "Products", items: [
{ label: "iPhone 15 Pro", href: "#products" }, { label: "iPhone 15 Pro", href: "#products" },
{ label: "iPhone 15", href: "#products" }, { label: "iPhone 15", href: "#products" },
{ label: "iPhone SE", href: "#products" }, { label: "iPhone SE", href: "#products" }
{ label: "Compare Models", href: "#pricing" } ]
] },
}, {
{ title: "Support", items: [
title: "Support", items: [ { label: "Help Center", href: "#contact" },
{ label: "Help Center", href: "#contact" }, { label: "Contact Us", href: "#contact" },
{ label: "Contact Us", href: "#contact" }, { label: "Warranty Info", href: "#" }
{ label: "Warranty Info", href: "#" }, ]
{ label: "Shipping & Returns", href: "#" } },
] {
}, title: "Company", items: [
{ { label: "About Us", href: "#" },
title: "Company", items: [ { label: "Blog", href: "#" },
{ label: "About Us", href: "#" }, { label: "Careers", href: "#" }
{ label: "Blog", href: "#" }, ]
{ label: "Careers", href: "#" }, }
{ label: "Press", href: "#" } ]}
] copyrightText="© 2025 iPhone Store. All rights reserved."
} logoUrl="https://images.unsplash.com/photo-1519681393784-d120267933ba?w=800&q=80"
]} />
copyrightText="© 2025 iPhone Store. All rights reserved."
/>
</div> </div>
</ThemeProvider> </ThemeProvider>
); );

View File

@@ -111,12 +111,12 @@ const ContactSplitForm = ({
const getButtonConfigProps = () => { const getButtonConfigProps = () => {
if (theme.defaultButtonVariant === "hover-bubble") { if (theme.defaultButtonVariant === "hover-bubble") {
return { bgClassName: "w-full" }; return { bgClassName: "w-full bg-green-500" };
} }
if (theme.defaultButtonVariant === "icon-arrow") { if (theme.defaultButtonVariant === "icon-arrow") {
return { className: "justify-between" }; return { className: "justify-between" };
} }
return {}; return { bgClassName: "bg-green-500" };
}; };
const formContent = ( const formContent = (

View File

@@ -91,7 +91,7 @@ const HeroBillboardScroll = ({
<section <section
aria-label={ariaLabel} aria-label={ariaLabel}
ref={containerRef} ref={containerRef}
className={cls("relative h-fit flex items-center justify-center", className)} className={cls("relative h-fit flex items-center justify-center bg-[#e5b365]", className)}
> >
<HeroBackgrounds {...background} /> <HeroBackgrounds {...background} />
<div <div
@@ -108,9 +108,9 @@ const HeroBillboardScroll = ({
tagIcon={tagIcon} tagIcon={tagIcon}
buttons={buttons} buttons={buttons}
className={cls("flex flex-col gap-3 md:gap-1", textBoxClassName)} className={cls("flex flex-col gap-3 md:gap-1", textBoxClassName)}
titleClassName={cls("text-6xl font-medium text-balance", titleClassName)} titleClassName={cls("text-6xl font-medium text-[#8b4513]", titleClassName)}
descriptionClassName={cls("text-base md:text-lg leading-[1.2]", descriptionClassName)} descriptionClassName={cls("text-base md:text-lg leading-[1.2]", descriptionClassName)}
tagClassName={cls("px-3 py-1 text-sm rounded-theme card text-foreground inline-flex items-center gap-2 mb-3", tagClassName)} tagClassName={cls("px-3 py-1 text-sm rounded-theme card text-[#8b4513] inline-flex items-center gap-2 mb-3", tagClassName)}
buttonContainerClassName={cls("flex flex-wrap gap-4 mt-3", buttonContainerClassName)} buttonContainerClassName={cls("flex flex-wrap gap-4 mt-3", buttonContainerClassName)}
buttonClassName={buttonClassName} buttonClassName={buttonClassName}
buttonTextClassName={buttonTextClassName} buttonTextClassName={buttonTextClassName}
@@ -126,7 +126,7 @@ const HeroBillboardScroll = ({
> >
<div className={cls("h-full w-full overflow-hidden rounded-theme-capped card p-4", cardInnerClassName)}> <div className={cls("h-full w-full overflow-hidden rounded-theme-capped card p-4", cardInnerClassName)}>
<MediaContent <MediaContent
imageSrc={imageSrc} imageSrc="https://images.unsplash.com/photo-1519681393784-d120267933ba?w=1920&q=80"
videoSrc={videoSrc} videoSrc={videoSrc}
imageAlt={imageAlt} imageAlt={imageAlt}
videoAriaLabel={videoAriaLabel} videoAriaLabel={videoAriaLabel}
@@ -144,7 +144,7 @@ const HeroBillboardScroll = ({
> >
<div className={cls("h-full w-full overflow-hidden rounded-theme-capped card p-4", cardInnerClassName)}> <div className={cls("h-full w-full overflow-hidden rounded-theme-capped card p-4", cardInnerClassName)}>
<MediaContent <MediaContent
imageSrc={imageSrc} imageSrc="https://images.unsplash.com/photo-1519681393784-d120267933ba?w=1920&q=80"
videoSrc={videoSrc} videoSrc={videoSrc}
imageAlt={imageAlt} imageAlt={imageAlt}
videoAriaLabel={videoAriaLabel} videoAriaLabel={videoAriaLabel}