Merge version_10 into main
Merge version_10 into main
This commit was merged in pull request #11.
This commit is contained in:
@@ -9,6 +9,7 @@ import FeatureCardEight from '@/components/sections/feature/FeatureCardEight';
|
||||
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
|
||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||
import MetricCardTen from '@/components/sections/metrics/MetricCardTen';
|
||||
import { Flower2, Sparkles, Heart, Flower, Award, MapPin, Leaf, Mail } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
@@ -145,6 +146,27 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardTen
|
||||
metrics={[
|
||||
{
|
||||
id: "1", title: "Senior Florist, Boutique Design", subtitle: "London, UK · Full-time · Remote eligible", category: "Design", value: "£35K – £45K", buttons: [{ text: "Apply Now", href: "#" }]
|
||||
},
|
||||
{
|
||||
id: "2", title: "Product Manager, E-Commerce", subtitle: "New York, NY · Full-time", category: "Product", value: "$95K – $130K", buttons: [{ text: "Apply Now", href: "#" }]
|
||||
},
|
||||
{
|
||||
id: "3", title: "Marketing Specialist, Brand", subtitle: "Remote · Full-time", category: "Marketing", value: "$60K – $85K", buttons: [{ text: "Apply Now", href: "#" }]
|
||||
}
|
||||
]}
|
||||
title="Join Our Growing Team"
|
||||
description="We're looking for talented individuals who are passionate about flowers and customer excellence. Explore open positions and grow with Giina."
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardFifteen
|
||||
testimonial="Giina flowers transformed my wedding day. The arrangements were breathtaking, fresh, and exactly what I envisioned. The team's attention to detail and customer service was exceptional. I couldn't have asked for better!"
|
||||
|
||||
Reference in New Issue
Block a user