Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #1.
This commit is contained in:
382
src/app/page.tsx
382
src/app/page.tsx
@@ -34,91 +34,56 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Home", id: "#hero"},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About Us", id: "#about"},
|
||||
{
|
||||
name: "Features",
|
||||
id: "#features",
|
||||
},
|
||||
name: "Features", id: "#features"},
|
||||
{
|
||||
name: "Products",
|
||||
id: "#products",
|
||||
},
|
||||
name: "Products", id: "#products"},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "#pricing",
|
||||
},
|
||||
name: "Pricing", id: "#pricing"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "#faq",
|
||||
},
|
||||
name: "FAQ", id: "#faq"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
button={{
|
||||
text: "Get Started",
|
||||
href: "#contact",
|
||||
}}
|
||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=rvxafc"
|
||||
logoAlt="White IGLOO Logo"
|
||||
brandName="White IGLOO"
|
||||
text: "Get Started", href: "#contact"}}
|
||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/icecream-logo.png"
|
||||
logoAlt="Ice Cream Co. Logo"
|
||||
brandName="Ice Cream Co."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardCarousel
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Experience Unrivaled Purity"
|
||||
description="White IGLOO delivers cutting-edge solutions for ultimate comfort and efficiency. Discover innovation that elevates your everyday life."
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Products",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Explore Products", href: "#products"},
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "#about",
|
||||
},
|
||||
text: "Learn More", href: "#about"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/minimal-amazing-interior-design_23-2150534477.jpg",
|
||||
imageAlt: "Modern minimalist interior with bright white elements",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/minimal-amazing-interior-design_23-2150534477.jpg", imageAlt: "Modern minimalist interior with bright white elements"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-smartphone-white-background_187299-46735.jpg",
|
||||
imageAlt: "Sleek, innovative White IGLOO product",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-smartphone-white-background_187299-46735.jpg", imageAlt: "Sleek, innovative White IGLOO product"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/postcard-with-water-drops-white-background_1268-31419.jpg",
|
||||
imageAlt: "Abstract clean geometric background with soft gradients",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/postcard-with-water-drops-white-background_1268-31419.jpg", imageAlt: "Abstract clean geometric background with soft gradients"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-using-digital-assistant-her-tablet_23-2149108007.jpg",
|
||||
imageAlt: "Smart home control panel interface",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-using-digital-assistant-her-tablet_23-2149108007.jpg", imageAlt: "Smart home control panel interface"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/apple-blue-table-isolated-orange_171337-13160.jpg",
|
||||
imageAlt: "Premium white product on a minimalist pedestal",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/apple-blue-table-isolated-orange_171337-13160.jpg", 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",
|
||||
imageAlt: "Sparkling clean, pristine white surface",
|
||||
},
|
||||
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"},
|
||||
]}
|
||||
/>
|
||||
</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."
|
||||
buttons={[
|
||||
{
|
||||
text: "Our Story",
|
||||
href: "#",
|
||||
},
|
||||
text: "Our Story", href: "#"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Innovative Design",
|
||||
description: "Pushing boundaries with forward-thinking aesthetics and functionality.",
|
||||
},
|
||||
title: "Innovative Design", description: "Pushing boundaries with forward-thinking aesthetics and functionality."},
|
||||
{
|
||||
title: "Superior Craftsmanship",
|
||||
description: "Meticulously built with premium materials for lasting durability and performance.",
|
||||
},
|
||||
title: "Superior Craftsmanship", description: "Meticulously built with premium materials for lasting durability and performance."},
|
||||
{
|
||||
title: "Sustainable Practices",
|
||||
description: "Committed to eco-friendly solutions and responsible manufacturing.",
|
||||
},
|
||||
title: "Sustainable Practices", 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"
|
||||
imageAlt="Engineers collaborating on a sleek, white product design"
|
||||
@@ -163,25 +120,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
negativeCard={{
|
||||
items: [
|
||||
"Outdated Technology",
|
||||
"Complex Installation",
|
||||
"High Energy Consumption",
|
||||
],
|
||||
"Outdated Technology", "Complex Installation", "High Energy Consumption"],
|
||||
}}
|
||||
positiveCard={{
|
||||
items: [
|
||||
"Intuitive Smart Controls",
|
||||
"Effortless Setup",
|
||||
"Energy-Efficient Performance",
|
||||
],
|
||||
"Intuitive Smart Controls", "Effortless Setup", "Energy-Efficient Performance"],
|
||||
}}
|
||||
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."
|
||||
buttons={[
|
||||
{
|
||||
text: "View All Features",
|
||||
href: "#",
|
||||
},
|
||||
text: "View All Features", href: "#"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
@@ -195,55 +144,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
]}
|
||||
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."
|
||||
buttons={[
|
||||
{
|
||||
text: "Shop All Products",
|
||||
href: "#",
|
||||
},
|
||||
text: "Shop All Products", href: "#"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
@@ -256,61 +173,31 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "basic",
|
||||
badge: "Essential",
|
||||
badgeIcon: Sparkles,
|
||||
price: "$9/month",
|
||||
name: "Basic Care",
|
||||
buttons: [
|
||||
id: "basic", badge: "Essential", badgeIcon: Sparkles,
|
||||
price: "$9/month", name: "Basic Care", buttons: [
|
||||
{
|
||||
text: "Select Basic",
|
||||
href: "#",
|
||||
},
|
||||
text: "Select Basic", href: "#"},
|
||||
],
|
||||
features: [
|
||||
"Standard customer support",
|
||||
"Access to basic features",
|
||||
"Monthly reports",
|
||||
"Online knowledge base",
|
||||
],
|
||||
"Standard customer support", "Access to basic features", "Monthly reports", "Online knowledge base"],
|
||||
},
|
||||
{
|
||||
id: "premium",
|
||||
badge: "Most Popular",
|
||||
badgeIcon: Award,
|
||||
price: "$29/month",
|
||||
name: "Premium Protection",
|
||||
buttons: [
|
||||
id: "premium", badge: "Most Popular", badgeIcon: Award,
|
||||
price: "$29/month", name: "Premium Protection", buttons: [
|
||||
{
|
||||
text: "Select Premium",
|
||||
href: "#",
|
||||
},
|
||||
text: "Select Premium", href: "#"},
|
||||
],
|
||||
features: [
|
||||
"Priority 24/7 support",
|
||||
"Full feature access",
|
||||
"Advanced analytics",
|
||||
"Dedicated account manager",
|
||||
],
|
||||
"Priority 24/7 support", "Full feature access", "Advanced analytics", "Dedicated account manager"],
|
||||
},
|
||||
{
|
||||
id: "enterprise",
|
||||
badge: "Custom",
|
||||
badgeIcon: Shield,
|
||||
price: "Contact Us",
|
||||
name: "Enterprise Solutions",
|
||||
buttons: [
|
||||
id: "enterprise", badge: "Custom", badgeIcon: Shield,
|
||||
price: "Contact Us", name: "Enterprise Solutions", buttons: [
|
||||
{
|
||||
text: "Contact Sales",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Contact Sales", href: "#contact"},
|
||||
],
|
||||
features: [
|
||||
"Customized solutions",
|
||||
"On-site support available",
|
||||
"Tailored integrations",
|
||||
"Dedicated technical team",
|
||||
],
|
||||
"Customized solutions", "On-site support available", "Tailored integrations", "Dedicated technical team"],
|
||||
},
|
||||
]}
|
||||
title="Tailored Plans for Every Need"
|
||||
@@ -325,29 +212,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
icon: Users,
|
||||
title: "Satisfied Customers",
|
||||
value: "150K+",
|
||||
},
|
||||
id: "m1", icon: Users,
|
||||
title: "Satisfied Customers", value: "150K+"},
|
||||
{
|
||||
id: "m2",
|
||||
icon: Zap,
|
||||
title: "Products Sold",
|
||||
value: "500K+",
|
||||
},
|
||||
id: "m2", icon: Zap,
|
||||
title: "Products Sold", value: "500K+"},
|
||||
{
|
||||
id: "m3",
|
||||
icon: RotateCcw,
|
||||
title: "Innovation Cycles",
|
||||
value: "50+",
|
||||
},
|
||||
id: "m3", icon: RotateCcw,
|
||||
title: "Innovation Cycles", value: "50+"},
|
||||
{
|
||||
id: "m4",
|
||||
icon: Globe,
|
||||
title: "Global Presence",
|
||||
value: "90+ Countries",
|
||||
},
|
||||
id: "m4", icon: Globe,
|
||||
title: "Global Presence", value: "90+ Countries"},
|
||||
]}
|
||||
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."
|
||||
@@ -361,45 +236,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
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.",
|
||||
},
|
||||
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."},
|
||||
{
|
||||
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.",
|
||||
},
|
||||
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."},
|
||||
{
|
||||
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.",
|
||||
},
|
||||
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."},
|
||||
{
|
||||
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.",
|
||||
},
|
||||
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."},
|
||||
{
|
||||
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.",
|
||||
},
|
||||
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."},
|
||||
]}
|
||||
title="What Our Clients Say"
|
||||
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}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
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: "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!"},
|
||||
{
|
||||
id: "q2",
|
||||
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: "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."},
|
||||
{
|
||||
id: "q3",
|
||||
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: "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."},
|
||||
{
|
||||
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"
|
||||
sideDescription="Find quick answers to the most frequently asked questions about White IGLOO products and services."
|
||||
sideTitle="Scoop Up Some Answers!"
|
||||
sideDescription="Find answers to our most frequently asked questions about flavors, ordering, and our ice cream creations."
|
||||
buttons={[
|
||||
{
|
||||
text: "View All FAQs",
|
||||
href: "#",
|
||||
},
|
||||
text: "View All FAQs", href: "#"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
faqsAnimation="slide-up"
|
||||
@@ -442,35 +278,24 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplitForm
|
||||
useInvertedBackground={false}
|
||||
title="Connect With Us"
|
||||
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."
|
||||
title="Get in Touch for a Sweet Deal!"
|
||||
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={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Your Email",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Your Email", required: true,
|
||||
},
|
||||
{
|
||||
name: "phone",
|
||||
type: "tel",
|
||||
placeholder: "Your Phone (Optional)",
|
||||
},
|
||||
name: "phone", type: "tel", placeholder: "Your Phone (Optional)"},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Your Message",
|
||||
rows: 5,
|
||||
name: "message", placeholder: "Your Message (e.g., custom order, catering inquiry, feedback)", rows: 5,
|
||||
required: true,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/full-shot-man-reading-home_23-2150378978.jpg"
|
||||
imageAlt="Modern white office desk with a laptop and clean aesthetic"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/icecream-contact.jpg"
|
||||
imageAlt="Ice cream shop counter with a happy customer"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
buttonText="Send Message"
|
||||
@@ -480,66 +305,45 @@ export default function LandingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseCard
|
||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=rvxafc"
|
||||
logoAlt="White IGLOO Logo"
|
||||
logoText="White IGLOO"
|
||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/icecream-logo.png"
|
||||
logoAlt="Ice Cream Co. Logo"
|
||||
logoText="Ice Cream Co."
|
||||
columns={[
|
||||
{
|
||||
title: "Products",
|
||||
items: [
|
||||
title: "Our Menu", items: [
|
||||
{
|
||||
label: "All Products",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Flavors", href: "#products"},
|
||||
{
|
||||
label: "Smart Home",
|
||||
href: "#",
|
||||
},
|
||||
label: "Seasonal Specials", href: "#"},
|
||||
{
|
||||
label: "Air Quality",
|
||||
href: "#",
|
||||
},
|
||||
label: "Custom Cakes", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Our Story",
|
||||
href: "#",
|
||||
},
|
||||
label: "Our Story", href: "#"},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
label: "Careers", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQ", href: "#faq"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact Us", href: "#contact"},
|
||||
{
|
||||
label: "Warranty",
|
||||
href: "#",
|
||||
},
|
||||
label: "Order Online", href: "#contact"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
copyrightText="© 2024 White IGLOO. All rights reserved."
|
||||
copyrightText="© 2024 Ice Cream Co. All rights reserved."
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user