Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6061a99635 | |||
| 345f89ce0a | |||
| 581832c0f4 | |||
| c1df99a3b4 | |||
| c2883ff084 | |||
| 2908e3566f | |||
| 4206c66903 | |||
| d63eeaddd5 |
@@ -4,14 +4,13 @@
|
||||
/* Base units */
|
||||
/* --vw is set by ThemeProvider */
|
||||
|
||||
--background: #e3deea;;
|
||||
--card: #ffffff;;
|
||||
--foreground: #1f2027;;
|
||||
--primary-cta: #1f2027;;
|
||||
--secondary-cta: #ffffff;;
|
||||
--accent: #627dc6;;
|
||||
--background-accent: #627dc6;;
|
||||
|
||||
--background: #000000;;
|
||||
--card: #222222;;
|
||||
--foreground: #ffffff;;
|
||||
--primary-cta: #ff4d4d;;
|
||||
--secondary-cta: #ff7e7e;;
|
||||
--accent: #ff4d4d;;
|
||||
--background-accent: #ff4d4d;;
|
||||
/* Base spacing units */
|
||||
--vw-0_25: calc(var(--vw) * 0.25);
|
||||
--vw-0_5: calc(var(--vw) * 0.5);
|
||||
|
||||
136
src/app/page.tsx
136
src/app/page.tsx
@@ -3,14 +3,12 @@
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel';
|
||||
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
|
||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree';
|
||||
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
|
||||
import ContactText from '@/components/sections/contact/ContactText';
|
||||
import FooterCard from '@/components/sections/footer/FooterCard';
|
||||
import { Sparkles, Star, Instagram, Facebook, Mail } from 'lucide-react';
|
||||
import Link from 'next/link';
|
||||
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
|
||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||
|
||||
export default function HomePage() {
|
||||
return (
|
||||
@@ -44,7 +42,7 @@ export default function HomePage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardRotatedCarousel
|
||||
title="Exquisite Floral Designs for Every Occasion"
|
||||
title="Jessica & Flowers"
|
||||
description="Create unforgettable moments with Jessica's bespoke floral arrangements. From weddings to corporate events, each piece is crafted with passion and precision."
|
||||
tag="Premium Florist"
|
||||
tagIcon={Sparkles}
|
||||
@@ -90,20 +88,6 @@ export default function HomePage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<InlineImageSplitTextAbout
|
||||
heading={[
|
||||
{ type: "text", content: "Meet Jessica, A Passionate" },
|
||||
{ type: "text", content: "Floral Artist" }
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "Learn More", href: "/about" },
|
||||
{ text: "Get Started", href: "/contact" }
|
||||
]}
|
||||
useInvertedBackground="invertDefault"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="portfolio" data-section="portfolio">
|
||||
<ProductCardOne
|
||||
title="Featured Arrangements"
|
||||
@@ -144,102 +128,36 @@ export default function HomePage() {
|
||||
</div>
|
||||
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardThree
|
||||
title="Our Feedbacks"
|
||||
description="From weddings to corporate events, Jessica offers comprehensive floral design services tailored to your vision and budget."
|
||||
tag="Services"
|
||||
tagIcon={Sparkles}
|
||||
features={[
|
||||
{
|
||||
id: "01",
|
||||
title: "Wedding Florals",
|
||||
description: "Complete bridal packages including bouquets, ceremony arrangements, and reception centerpieces.",
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/vertical-closeup-shot-beautiful-wedding-bouquet-with-gorgeous-white-roses_181624-15923.jpg",
|
||||
imageAlt: "Wedding Floral Design"
|
||||
},
|
||||
{
|
||||
id: "02",
|
||||
title: "Event Design",
|
||||
description: "Corporate events, galas, and private celebrations with custom floral installations and arrangements.",
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/composition-flowers-stand-table_8353-10452.jpg",
|
||||
imageAlt: "Event Floral Installation"
|
||||
},
|
||||
{
|
||||
id: "03",
|
||||
title: "Seasonal Bouquets",
|
||||
description: "Fresh, beautiful bouquets for birthdays, anniversaries, and special occasions delivered to your loved ones.",
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/green-yellow-bouquet-with-golden-christmas-ball_114579-2440.jpg",
|
||||
imageAlt: "Seasonal Bouquet Arrangement"
|
||||
},
|
||||
{
|
||||
id: "04",
|
||||
title: "Consultation Services",
|
||||
description: "Expert floral design consultation to help you plan the perfect arrangements for any event.",
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/violet-pink-tone-flowers-bouquet_114579-2150.jpg",
|
||||
imageAlt: "Floral Consultation"
|
||||
}
|
||||
]}
|
||||
textboxLayout="default"
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground="invertDefault"
|
||||
/>
|
||||
<ContactSplitForm
|
||||
title="Jessica & Flowers"
|
||||
description="From weddings to corporate events, Jessica offers comprehensive floral design services tailored to your vision and budget."
|
||||
inputs={[{ name: "name", type: "text", placeholder: "Your Name", required: true }, { name: "email", type: "email", placeholder: "Your Email", required: true }, { name: "message", type: "textarea", placeholder: "Your Message", required: false }]}
|
||||
textarea={{ name: "", placeholder: "" }}
|
||||
useInvertedBackground="invertDefault"
|
||||
imageSrc="https://placehold.co/600x400"
|
||||
mediaPosition="left"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardOne
|
||||
title="What Our Clients Say"
|
||||
description="Real stories from happy customers who trusted Jessica with their special moments."
|
||||
tag="Testimonials"
|
||||
tagIcon={Star}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Mitchell",
|
||||
role: "Bride",
|
||||
company: "June Wedding 2024",
|
||||
rating: 5,
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/florist_23-2148013627.jpg",
|
||||
imageAlt: "Sarah Mitchell"
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Jennifer Lee",
|
||||
role: "Event Planner",
|
||||
company: "Elite Events Co.",
|
||||
rating: 5,
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/medium-shot-happy-woman-making-bouquet_23-2148377273.jpg",
|
||||
imageAlt: "Jennifer Lee"
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Amanda Foster",
|
||||
role: "Corporate Client",
|
||||
company: "Tech Innovations Inc.",
|
||||
rating: 5,
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/florist-makes-beautiful-bouquet-studio_1157-28388.jpg",
|
||||
imageAlt: "Amanda Foster"
|
||||
}
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
<ContactSplit
|
||||
tag="Testimonials"
|
||||
title="What Our Clients Say"
|
||||
description="Real stories from happy customers who trusted Jessica with their special moments."
|
||||
useInvertedBackground="noInvert"
|
||||
imageSrc="https://placehold.co/600x400"
|
||||
mediaPosition="left"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="text_split_about" data-section="text_split_about">
|
||||
<TextSplitAbout
|
||||
title="Our Philosophy"
|
||||
description={["At Jessica, we believe in the power of natural beauty to uplift and inspire.", "Each arrangement is a reflection of our commitment to quality and grace."]}
|
||||
buttons={[{ label: "Learn More", href: "#" }, { label: "View Gallery", href: "#" }]}
|
||||
useInvertedBackground="noInvert"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
text="Ready to bring your floral vision to life? Contact Jessica today to book your consultation and start creating something beautiful together."
|
||||
animationType="background-highlight"
|
||||
buttons={[
|
||||
{ text: "Schedule Consultation", href: "/contact" },
|
||||
{ text: "View Portfolio", href: "/portfolio" }
|
||||
]}
|
||||
useInvertedBackground="invertDefault"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<FooterCard
|
||||
logoText="Jessica"
|
||||
copyrightText="© 2025 Jessica Flowers Studio. All rights reserved."
|
||||
|
||||
Reference in New Issue
Block a user