Merge version_1 into main #3
@@ -9,7 +9,7 @@ import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCar
|
||||
import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
|
||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||
import FooterCard from '@/components/sections/footer/FooterCard';
|
||||
import { Sparkles, Citrus, CheckCircle, Heart, Instagram, Facebook, Twitter, Phone } from 'lucide-react';
|
||||
import { Sparkles, Lemon, CheckCircle, Heart, Instagram, Facebook, Twitter, Phone } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -19,7 +19,7 @@ export default function LandingPage() {
|
||||
borderRadius="rounded"
|
||||
contentWidth="mediumLarge"
|
||||
sizing="largeSmallSizeLargeTitles"
|
||||
background="fluid"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="primary-glow"
|
||||
secondaryButtonStyle="layered"
|
||||
@@ -47,7 +47,7 @@ export default function LandingPage() {
|
||||
tagIcon={Sparkles}
|
||||
title="Quench Your Thirst with Real Lemonade"
|
||||
description="Handcrafted lemonade made fresh daily with quality ingredients. Perfect for summer gatherings, picnics, and outdoor events. Experience the taste of pure refreshment."
|
||||
background={{ variant: "fluid" }}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=y1jrzp", imageAlt: "Fresh lemonade pitcher"
|
||||
@@ -87,7 +87,7 @@ export default function LandingPage() {
|
||||
<div id="about" data-section="about">
|
||||
<MetricSplitMediaAbout
|
||||
tag="Our Story"
|
||||
tagIcon={Citrus}
|
||||
tagIcon={Lemon}
|
||||
title="Crafted with Love and Fresh Ingredients"
|
||||
description="We started our lemonade stand with a simple mission: to bring joy and refreshment to our community with authentic, handcrafted lemonade. Every batch is made fresh daily using only the finest lemons and natural ingredients, with no artificial flavors or preservatives. Our commitment to quality and taste sets us apart."
|
||||
metrics={[
|
||||
@@ -181,7 +181,7 @@ export default function LandingPage() {
|
||||
tagIcon={Phone}
|
||||
title="Order Your Fresh Lemonade Today"
|
||||
description="Subscribe to our newsletter for updates, special offers, and event information. Or reach out directly to place a custom order for your next gathering."
|
||||
background={{ variant: "fluid" }}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=rs1j7k"
|
||||
imageAlt="Our lemonade stand"
|
||||
|
||||
Reference in New Issue
Block a user