2 Commits

Author SHA1 Message Date
3f61ed46b6 Merge version_2 into main
Merge version_2 into main
2026-06-11 16:33:13 +00:00
81ba7e04e0 Update src/app/page.tsx 2026-06-11 16:33:10 +00:00

View File

@@ -34,91 +34,56 @@ export default function LandingPage() {
<NavbarStyleCentered <NavbarStyleCentered
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "#hero"},
id: "#hero",
},
{ {
name: "About Us", name: "About Us", id: "#about"},
id: "#about",
},
{ {
name: "Features", name: "Features", id: "#features"},
id: "#features",
},
{ {
name: "Products", name: "Products", id: "#products"},
id: "#products",
},
{ {
name: "Pricing", name: "Pricing", id: "#pricing"},
id: "#pricing",
},
{ {
name: "Testimonials", name: "Testimonials", id: "#testimonials"},
id: "#testimonials",
},
{ {
name: "FAQ", name: "FAQ", id: "#faq"},
id: "#faq",
},
{ {
name: "Contact", name: "Contact", id: "#contact"},
id: "#contact",
},
]} ]}
button={{ button={{
text: "Get Started", text: "Get Started", href: "#contact"}}
href: "#contact", logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/icecream-logo.png"
}} logoAlt="Ice Cream Co. Logo"
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=rvxafc" brandName="Ice Cream Co."
logoAlt="White IGLOO Logo"
brandName="White IGLOO"
/> />
</div> </div>
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroBillboardCarousel <HeroBillboardCarousel
background={{ background={{
variant: "plain", variant: "plain"}}
}}
title="Experience Unrivaled Purity" title="Experience Unrivaled Purity"
description="White IGLOO delivers cutting-edge solutions for ultimate comfort and efficiency. Discover innovation that elevates your everyday life." description="White IGLOO delivers cutting-edge solutions for ultimate comfort and efficiency. Discover innovation that elevates your everyday life."
buttons={[ buttons={[
{ {
text: "Explore Products", text: "Explore Products", href: "#products"},
href: "#products",
},
{ {
text: "Learn More", text: "Learn More", href: "#about"},
href: "#about",
},
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
mediaItems={[ mediaItems={[
{ {
imageSrc: "http://img.b2bpic.net/free-photo/minimal-amazing-interior-design_23-2150534477.jpg", imageSrc: "http://img.b2bpic.net/free-photo/minimal-amazing-interior-design_23-2150534477.jpg", imageAlt: "Modern minimalist interior with bright white elements"},
imageAlt: "Modern minimalist interior with bright white elements",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/modern-smartphone-white-background_187299-46735.jpg", imageSrc: "http://img.b2bpic.net/free-photo/modern-smartphone-white-background_187299-46735.jpg", imageAlt: "Sleek, innovative White IGLOO product"},
imageAlt: "Sleek, innovative White IGLOO product",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/postcard-with-water-drops-white-background_1268-31419.jpg", imageSrc: "http://img.b2bpic.net/free-photo/postcard-with-water-drops-white-background_1268-31419.jpg", imageAlt: "Abstract clean geometric background with soft gradients"},
imageAlt: "Abstract clean geometric background with soft gradients",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/woman-using-digital-assistant-her-tablet_23-2149108007.jpg", imageSrc: "http://img.b2bpic.net/free-photo/woman-using-digital-assistant-her-tablet_23-2149108007.jpg", imageAlt: "Smart home control panel interface"},
imageAlt: "Smart home control panel interface",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/apple-blue-table-isolated-orange_171337-13160.jpg", imageSrc: "http://img.b2bpic.net/free-photo/apple-blue-table-isolated-orange_171337-13160.jpg", imageAlt: "Premium white product on a minimalist pedestal"},
imageAlt: "Premium white product on a minimalist pedestal",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/abstract-luxury-gradient-blue-background-smooth-dark-blue-with-black-vignette-studio-banner_1258-104002.jpg", imageSrc: "http://img.b2bpic.net/free-photo/abstract-luxury-gradient-blue-background-smooth-dark-blue-with-black-vignette-studio-banner_1258-104002.jpg", imageAlt: "Sparkling clean, pristine white surface"},
imageAlt: "Sparkling clean, pristine white surface",
},
]} ]}
/> />
</div> </div>
@@ -131,24 +96,16 @@ export default function LandingPage() {
description="At White IGLOO, we blend innovative design with superior craftsmanship to create products that are not just functional, but transformative. Our journey is driven by a passion for quality and a vision for a cleaner, smarter future." description="At White IGLOO, we blend innovative design with superior craftsmanship to create products that are not just functional, but transformative. Our journey is driven by a passion for quality and a vision for a cleaner, smarter future."
buttons={[ buttons={[
{ {
text: "Our Story", text: "Our Story", href: "#"},
href: "#",
},
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
bulletPoints={[ bulletPoints={[
{ {
title: "Innovative Design", title: "Innovative Design", description: "Pushing boundaries with forward-thinking aesthetics and functionality."},
description: "Pushing boundaries with forward-thinking aesthetics and functionality.",
},
{ {
title: "Superior Craftsmanship", title: "Superior Craftsmanship", description: "Meticulously built with premium materials for lasting durability and performance."},
description: "Meticulously built with premium materials for lasting durability and performance.",
},
{ {
title: "Sustainable Practices", title: "Sustainable Practices", description: "Committed to eco-friendly solutions and responsible manufacturing."},
description: "Committed to eco-friendly solutions and responsible manufacturing.",
},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/top-view-desk-minimal-blue-accessories-copy-space_23-2148748609.jpg" imageSrc="http://img.b2bpic.net/free-photo/top-view-desk-minimal-blue-accessories-copy-space_23-2148748609.jpg"
imageAlt="Engineers collaborating on a sleek, white product design" imageAlt="Engineers collaborating on a sleek, white product design"
@@ -163,25 +120,17 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
negativeCard={{ negativeCard={{
items: [ items: [
"Outdated Technology", "Outdated Technology", "Complex Installation", "High Energy Consumption"],
"Complex Installation",
"High Energy Consumption",
],
}} }}
positiveCard={{ positiveCard={{
items: [ items: [
"Intuitive Smart Controls", "Intuitive Smart Controls", "Effortless Setup", "Energy-Efficient Performance"],
"Effortless Setup",
"Energy-Efficient Performance",
],
}} }}
title="Innovation at Your Fingertips" title="Innovation at Your Fingertips"
description="Compare what makes White IGLOO stand out in a class of its own. Experience unmatched performance and elegant integration." description="Compare what makes White IGLOO stand out in a class of its own. Experience unmatched performance and elegant integration."
buttons={[ buttons={[
{ {
text: "View All Features", text: "View All Features", href: "#"},
href: "#",
},
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
/> />
@@ -195,55 +144,23 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
products={[ products={[
{ {
id: "p1", id: "p1", name: "Smart Refrigerator", price: "$2,999", imageSrc: "http://img.b2bpic.net/free-photo/woman-digital-disconnecting-home-by-listening-music-vinyl_23-2150037444.jpg", imageAlt: "White IGLOO Smart Refrigerator"},
name: "Smart Refrigerator",
price: "$2,999",
imageSrc: "http://img.b2bpic.net/free-photo/woman-digital-disconnecting-home-by-listening-music-vinyl_23-2150037444.jpg",
imageAlt: "White IGLOO Smart Refrigerator",
},
{ {
id: "p2", id: "p2", name: "Air Purifier Pro", price: "$499", imageSrc: "http://img.b2bpic.net/free-photo/close-upon-robot-vacuum-cleaner-indoors_23-2150829966.jpg", imageAlt: "White IGLOO Air Purifier Pro"},
name: "Air Purifier Pro",
price: "$499",
imageSrc: "http://img.b2bpic.net/free-photo/close-upon-robot-vacuum-cleaner-indoors_23-2150829966.jpg",
imageAlt: "White IGLOO Air Purifier Pro",
},
{ {
id: "p3", id: "p3", name: "Intelligent Thermostat", price: "$249", imageSrc: "http://img.b2bpic.net/free-photo/smart-home-tablet-wall_23-2149036900.jpg", imageAlt: "White IGLOO Intelligent Thermostat"},
name: "Intelligent Thermostat",
price: "$249",
imageSrc: "http://img.b2bpic.net/free-photo/smart-home-tablet-wall_23-2149036900.jpg",
imageAlt: "White IGLOO Intelligent Thermostat",
},
{ {
id: "p4", id: "p4", name: "Robotic Vacuum Elite", price: "$799", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-nurse-giving-scan-patient_23-2149341551.jpg", imageAlt: "White IGLOO Robotic Vacuum Elite"},
name: "Robotic Vacuum Elite",
price: "$799",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-nurse-giving-scan-patient_23-2149341551.jpg",
imageAlt: "White IGLOO Robotic Vacuum Elite",
},
{ {
id: "p5", id: "p5", name: "Water Dispenser Pro", price: "$399", imageSrc: "http://img.b2bpic.net/free-photo/contemporary-stell-barrels-winemaker_1398-5013.jpg", imageAlt: "White IGLOO Water Dispenser Pro"},
name: "Water Dispenser Pro",
price: "$399",
imageSrc: "http://img.b2bpic.net/free-photo/contemporary-stell-barrels-winemaker_1398-5013.jpg",
imageAlt: "White IGLOO Water Dispenser Pro",
},
{ {
id: "p6", id: "p6", name: "Personal Cooler", price: "$129", imageSrc: "http://img.b2bpic.net/free-photo/modern-round-desk-fan-with-simple-background_23-2150808049.jpg", imageAlt: "White IGLOO Personal Cooler"},
name: "Personal Cooler",
price: "$129",
imageSrc: "http://img.b2bpic.net/free-photo/modern-round-desk-fan-with-simple-background_23-2150808049.jpg",
imageAlt: "White IGLOO Personal Cooler",
},
]} ]}
title="Our Signature Collection" title="Our Signature Collection"
description="Explore a curated selection of White IGLOO's most popular and premium offerings, designed for superior performance and elegance in modern living." description="Explore a curated selection of White IGLOO's most popular and premium offerings, designed for superior performance and elegance in modern living."
buttons={[ buttons={[
{ {
text: "Shop All Products", text: "Shop All Products", href: "#"},
href: "#",
},
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
/> />
@@ -256,61 +173,31 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
plans={[ plans={[
{ {
id: "basic", id: "basic", badge: "Essential", badgeIcon: Sparkles,
badge: "Essential", price: "$9/month", name: "Basic Care", buttons: [
badgeIcon: Sparkles,
price: "$9/month",
name: "Basic Care",
buttons: [
{ {
text: "Select Basic", text: "Select Basic", href: "#"},
href: "#",
},
], ],
features: [ features: [
"Standard customer support", "Standard customer support", "Access to basic features", "Monthly reports", "Online knowledge base"],
"Access to basic features",
"Monthly reports",
"Online knowledge base",
],
}, },
{ {
id: "premium", id: "premium", badge: "Most Popular", badgeIcon: Award,
badge: "Most Popular", price: "$29/month", name: "Premium Protection", buttons: [
badgeIcon: Award,
price: "$29/month",
name: "Premium Protection",
buttons: [
{ {
text: "Select Premium", text: "Select Premium", href: "#"},
href: "#",
},
], ],
features: [ features: [
"Priority 24/7 support", "Priority 24/7 support", "Full feature access", "Advanced analytics", "Dedicated account manager"],
"Full feature access",
"Advanced analytics",
"Dedicated account manager",
],
}, },
{ {
id: "enterprise", id: "enterprise", badge: "Custom", badgeIcon: Shield,
badge: "Custom", price: "Contact Us", name: "Enterprise Solutions", buttons: [
badgeIcon: Shield,
price: "Contact Us",
name: "Enterprise Solutions",
buttons: [
{ {
text: "Contact Sales", text: "Contact Sales", href: "#contact"},
href: "#contact",
},
], ],
features: [ features: [
"Customized solutions", "Customized solutions", "On-site support available", "Tailored integrations", "Dedicated technical team"],
"On-site support available",
"Tailored integrations",
"Dedicated technical team",
],
}, },
]} ]}
title="Tailored Plans for Every Need" title="Tailored Plans for Every Need"
@@ -325,29 +212,17 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
metrics={[ metrics={[
{ {
id: "m1", id: "m1", icon: Users,
icon: Users, title: "Satisfied Customers", value: "150K+"},
title: "Satisfied Customers",
value: "150K+",
},
{ {
id: "m2", id: "m2", icon: Zap,
icon: Zap, title: "Products Sold", value: "500K+"},
title: "Products Sold",
value: "500K+",
},
{ {
id: "m3", id: "m3", icon: RotateCcw,
icon: RotateCcw, title: "Innovation Cycles", value: "50+"},
title: "Innovation Cycles",
value: "50+",
},
{ {
id: "m4", id: "m4", icon: Globe,
icon: Globe, title: "Global Presence", value: "90+ Countries"},
title: "Global Presence",
value: "90+ Countries",
},
]} ]}
title="Driving Impact, Delivering Results" title="Driving Impact, Delivering Results"
description="Our commitment to excellence is reflected in the numbers. See the impact White IGLOO has made since its inception, ensuring satisfaction and innovation." description="Our commitment to excellence is reflected in the numbers. See the impact White IGLOO has made since its inception, ensuring satisfaction and innovation."
@@ -361,45 +236,15 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
testimonials={[ testimonials={[
{ {
id: "t1", id: "t1", name: "Sarah J.", role: "Homeowner", testimonial: "White IGLOO's air purifier transformed my home. The air quality is noticeably better, and the design blends perfectly with my minimalist aesthetic. Truly premium!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-cute-cheerful-africanamerican-girl-showing-thumbsup-support-like-agree-with-y_1258-138554.jpg", imageAlt: "Sarah J."},
name: "Sarah J.",
role: "Homeowner",
testimonial: "White IGLOO's air purifier transformed my home. The air quality is noticeably better, and the design blends perfectly with my minimalist aesthetic. Truly premium!",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-cute-cheerful-africanamerican-girl-showing-thumbsup-support-like-agree-with-y_1258-138554.jpg",
imageAlt: "Sarah J.",
},
{ {
id: "t2", id: "t2", name: "Mark D.", role: "Small Business Owner", testimonial: "The smart refrigeration system from White IGLOO has streamlined my operations and reduced energy costs. An indispensable asset for my business.", imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3798.jpg", imageAlt: "Mark D."},
name: "Mark D.",
role: "Small Business Owner",
testimonial: "The smart refrigeration system from White IGLOO has streamlined my operations and reduced energy costs. An indispensable asset for my business.",
imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3798.jpg",
imageAlt: "Mark D.",
},
{ {
id: "t3", id: "t3", name: "Emily R.", role: "Interior Designer", testimonial: "I recommend White IGLOO products to all my clients. The elegant design and superior functionality are unmatched. They truly elevate any space.", imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-woman-black-jacket_176474-101934.jpg", imageAlt: "Emily R."},
name: "Emily R.",
role: "Interior Designer",
testimonial: "I recommend White IGLOO products to all my clients. The elegant design and superior functionality are unmatched. They truly elevate any space.",
imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-woman-black-jacket_176474-101934.jpg",
imageAlt: "Emily R.",
},
{ {
id: "t4", id: "t4", name: "David K.", role: "Tech Enthusiast", testimonial: "As someone who values innovation, White IGLOO constantly impresses me. Their intelligent thermostat is a game-changer for smart home management.", imageSrc: "http://img.b2bpic.net/free-photo/blond-man-happy-expression_1194-1905.jpg", imageAlt: "David K."},
name: "David K.",
role: "Tech Enthusiast",
testimonial: "As someone who values innovation, White IGLOO constantly impresses me. Their intelligent thermostat is a game-changer for smart home management.",
imageSrc: "http://img.b2bpic.net/free-photo/blond-man-happy-expression_1194-1905.jpg",
imageAlt: "David K.",
},
{ {
id: "t5", id: "t5", name: "Jessica L.", role: "Architect", testimonial: "The build quality and attention to detail in White IGLOO products are exceptional. They are an ideal choice for high-end residential projects.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-people-work_23-2149097919.jpg", imageAlt: "Jessica L."},
name: "Jessica L.",
role: "Architect",
testimonial: "The build quality and attention to detail in White IGLOO products are exceptional. They are an ideal choice for high-end residential projects.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-people-work_23-2149097919.jpg",
imageAlt: "Jessica L.",
},
]} ]}
title="What Our Clients Say" title="What Our Clients Say"
description="Hear directly from our satisfied customers who have experienced the White IGLOO difference in their homes and businesses." description="Hear directly from our satisfied customers who have experienced the White IGLOO difference in their homes and businesses."
@@ -411,28 +256,19 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
faqs={[ faqs={[
{ {
id: "q1", id: "q1", title: "What makes our ice cream so special?", content: "Our ice cream is handcrafted daily using only the finest local ingredients, natural flavors, and a secret family recipe for that extra creamy texture!"},
title: "What makes White IGLOO products unique?",
content: "Our products blend state-of-the-art technology with minimalist design, offering unparalleled efficiency, smart features, and aesthetic appeal that integrates seamlessly into any modern living space.",
},
{ {
id: "q2", id: "q2", title: "Do you offer vegan or dairy-free options?", content: "Absolutely! We proudly offer a selection of delicious vegan and dairy-free ice creams made with coconut or almond milk. Check our menu for current flavors."},
title: "Do you offer international shipping?",
content: "Yes, White IGLOO proudly offers international shipping to over 90 countries worldwide. Please check our shipping policy for more details on delivery times and costs.",
},
{ {
id: "q3", id: "q3", title: "Can I order custom cakes or catering?", content: "Yes! We love to sweeten your special events. We offer custom ice cream cakes and catering services for parties of all sizes. Contact us for a personalized quote."},
title: "What is your warranty policy?", {
content: "All White IGLOO products come with a comprehensive 2-year warranty covering manufacturing defects and operational failures. Extended warranty options are also available for purchase.", id: "q4", title: "Where are your locations?", content: "You can find our delightful ice cream parlors at 123 Sweet Street, Downtown and 456 Scoop Avenue, Mall Central. Visit our Contact page for detailed maps and opening hours!"},
},
]} ]}
sideTitle="Common Questions" sideTitle="Scoop Up Some Answers!"
sideDescription="Find quick answers to the most frequently asked questions about White IGLOO products and services." sideDescription="Find answers to our most frequently asked questions about flavors, ordering, and our ice cream creations."
buttons={[ buttons={[
{ {
text: "View All FAQs", text: "View All FAQs", href: "#"},
href: "#",
},
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
faqsAnimation="slide-up" faqsAnimation="slide-up"
@@ -442,35 +278,24 @@ export default function LandingPage() {
<div id="contact" data-section="contact"> <div id="contact" data-section="contact">
<ContactSplitForm <ContactSplitForm
useInvertedBackground={false} useInvertedBackground={false}
title="Connect With Us" title="Get in Touch for a Sweet Deal!"
description="We'd love to hear from you! Reach out to the White IGLOO team for inquiries, support, or partnership opportunities. Our dedicated team is ready to assist you." description="Have a question about our flavors, want to place a large order, or just say hello? We'd love to hear from you! Visit us or drop a message below."
inputs={[ inputs={[
{ {
name: "name", name: "name", type: "text", placeholder: "Your Name", required: true,
type: "text",
placeholder: "Your Name",
required: true,
}, },
{ {
name: "email", name: "email", type: "email", placeholder: "Your Email", required: true,
type: "email",
placeholder: "Your Email",
required: true,
}, },
{ {
name: "phone", name: "phone", type: "tel", placeholder: "Your Phone (Optional)"},
type: "tel",
placeholder: "Your Phone (Optional)",
},
]} ]}
textarea={{ textarea={{
name: "message", name: "message", placeholder: "Your Message (e.g., custom order, catering inquiry, feedback)", rows: 5,
placeholder: "Your Message",
rows: 5,
required: true, required: true,
}} }}
imageSrc="http://img.b2bpic.net/free-photo/full-shot-man-reading-home_23-2150378978.jpg" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/icecream-contact.jpg"
imageAlt="Modern white office desk with a laptop and clean aesthetic" imageAlt="Ice cream shop counter with a happy customer"
mediaAnimation="slide-up" mediaAnimation="slide-up"
mediaPosition="right" mediaPosition="right"
buttonText="Send Message" buttonText="Send Message"
@@ -480,66 +305,45 @@ export default function LandingPage() {
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterBaseCard <FooterBaseCard
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=rvxafc" logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/icecream-logo.png"
logoAlt="White IGLOO Logo" logoAlt="Ice Cream Co. Logo"
logoText="White IGLOO" logoText="Ice Cream Co."
columns={[ columns={[
{ {
title: "Products", title: "Our Menu", items: [
items: [
{ {
label: "All Products", label: "Flavors", href: "#products"},
href: "#products",
},
{ {
label: "Smart Home", label: "Seasonal Specials", href: "#"},
href: "#",
},
{ {
label: "Air Quality", label: "Custom Cakes", href: "#contact"},
href: "#",
},
], ],
}, },
{ {
title: "Company", title: "Company", items: [
items: [
{ {
label: "About Us", label: "About Us", href: "#about"},
href: "#about",
},
{ {
label: "Our Story", label: "Our Story", href: "#"},
href: "#",
},
{ {
label: "Careers", label: "Careers", href: "#"},
href: "#",
},
], ],
}, },
{ {
title: "Support", title: "Support", items: [
items: [
{ {
label: "FAQ", label: "FAQ", href: "#faq"},
href: "#faq",
},
{ {
label: "Contact", label: "Contact Us", href: "#contact"},
href: "#contact",
},
{ {
label: "Warranty", label: "Order Online", href: "#contact"},
href: "#",
},
], ],
}, },
]} ]}
copyrightText="© 2024 White IGLOO. All rights reserved." copyrightText="© 2024 Ice Cream Co. All rights reserved."
/> />
</div> </div>
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }