diff --git a/src/app/page.tsx b/src/app/page.tsx
index bb52842..8381602 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -11,6 +11,7 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav
import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo';
import ProductCardThree from '@/components/sections/product/ProductCardThree';
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
+import { Zap, Type, Eye, Share2 } from 'lucide-react';
export default function LandingPage() {
return (
@@ -31,21 +32,13 @@ export default function LandingPage() {
@@ -57,69 +50,37 @@ export default function LandingPage() {
description="Artificially intelligent, effortlessly elegant. Design your perfect moment with Aura."
testimonials={[
{
- name: "Elena R.",
- handle: "London",
- testimonial: "The most sophisticated invitations I've ever seen.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/young-groom-blue-costume_23-2149003442.jpg?_wi=1",
- },
+ name: "Elena R.", handle: "London", testimonial: "The most sophisticated invitations I've ever seen.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/young-groom-blue-costume_23-2149003442.jpg"},
{
- name: "James L.",
- handle: "Paris",
- testimonial: "Incredible, simple, and perfectly premium.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/romantic-couple-out-together-ferris-wheel-park_23-2149700599.jpg?_wi=1",
- },
+ name: "James L.", handle: "Paris", testimonial: "Incredible, simple, and perfectly premium.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/romantic-couple-out-together-ferris-wheel-park_23-2149700599.jpg"},
{
- name: "Sofia M.",
- handle: "Rome",
- testimonial: "Aura turned our vision into reality instantly.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-couple-newlyweds-smiling-embracing-park_176420-2276.jpg",
- },
+ name: "Sofia M.", handle: "Rome", testimonial: "Aura turned our vision into reality instantly.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-couple-newlyweds-smiling-embracing-park_176420-2276.jpg"},
{
- name: "Lucas K.",
- handle: "Berlin",
- testimonial: "Seamless, beautiful, and absolutely stunning.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/sensual-portrait-couple-close-up-wedding-photography-gray-geometric-background_8353-6224.jpg",
- },
+ name: "Lucas K.", handle: "Berlin", testimonial: "Seamless, beautiful, and absolutely stunning.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/sensual-portrait-couple-close-up-wedding-photography-gray-geometric-background_8353-6224.jpg"},
{
- name: "Mia V.",
- handle: "Milan",
- testimonial: "The perfect balance of luxury and simplicity.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/fashion-bride-groom-outdoor_624325-272.jpg",
- },
+ name: "Mia V.", handle: "Milan", testimonial: "The perfect balance of luxury and simplicity.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/fashion-bride-groom-outdoor_624325-272.jpg"},
]}
buttons={[
{
- text: "Start Designing",
- href: "#contact",
- },
+ text: "Start Designing", href: "#contact"},
]}
- imageSrc="http://img.b2bpic.net/free-vector/hand-drawn-monoline-floral-decorative-elements-wedding-invitation-card_44538-6971.jpg?_wi=1"
+ imageSrc="http://img.b2bpic.net/free-vector/hand-drawn-monoline-floral-decorative-elements-wedding-invitation-card_44538-6971.jpg"
avatars={[
{
- src: "http://img.b2bpic.net/free-photo/full-shot-elegant-groom-posing_23-2150327163.jpg",
- alt: "Full shot elegant groom posing",
- },
+ src: "http://img.b2bpic.net/free-photo/full-shot-elegant-groom-posing_23-2150327163.jpg", alt: "Full shot elegant groom posing"},
{
- src: "http://img.b2bpic.net/free-photo/bouquet-boyfriend-watching-his-bride_1153-87.jpg",
- alt: "Bouquet boyfriend watching his bride",
- },
+ src: "http://img.b2bpic.net/free-photo/bouquet-boyfriend-watching-his-bride_1153-87.jpg", alt: "Bouquet boyfriend watching his bride"},
{
- src: "http://img.b2bpic.net/free-photo/closeup-groom-s-suit-with-flowers-red-patterned-tie-with-trees-background_181624-23731.jpg",
- alt: "Closeup of a groom's suit with flowers",
- },
+ src: "http://img.b2bpic.net/free-photo/closeup-groom-s-suit-with-flowers-red-patterned-tie-with-trees-background_181624-23731.jpg", alt: "Closeup of a groom's suit with flowers"},
{
- src: "http://img.b2bpic.net/free-photo/forest-morning-asian-life-outside_1304-959.jpg",
- alt: "forest morning asian life outside",
- },
+ src: "http://img.b2bpic.net/free-photo/forest-morning-asian-life-outside_1304-959.jpg", alt: "forest morning asian life outside"},
{
- src: "http://img.b2bpic.net/free-photo/couple-being-love-side-view_23-2149480093.jpg",
- alt: "Couple being in love side view",
- },
+ src: "http://img.b2bpic.net/free-photo/couple-being-love-side-view_23-2149480093.jpg", alt: "Couple being in love side view"},
]}
/>
@@ -130,33 +91,17 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
- title: "AI Design Engine",
- description: "Intelligent layouts that adapt automatically to your content.",
- buttonIcon: "Zap",
- imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-golden-wedding-invitation-template_23-2149019027.jpg",
- imageAlt: "Hand drawn golden wedding invitation template",
- },
+ title: "AI Design Engine", description: "Intelligent layouts that adapt automatically to your content.", buttonIcon: Zap,
+ imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-golden-wedding-invitation-template_23-2149019027.jpg", imageAlt: "Hand drawn golden wedding invitation template"},
{
- title: "Premium Typography",
- description: "Curated selection of elegant serif and clean sans fonts.",
- buttonIcon: "Type",
- imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-monoline-floral-decorative-elements-wedding-invitation-card_44538-6971.jpg?_wi=2",
- imageAlt: "Hand drawn golden wedding invitation template",
- },
+ title: "Premium Typography", description: "Curated selection of elegant serif and clean sans fonts.", buttonIcon: Type,
+ imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-monoline-floral-decorative-elements-wedding-invitation-card_44538-6971.jpg", imageAlt: "Hand drawn golden wedding invitation template"},
{
- title: "Real-time Preview",
- description: "See your creation come to life instantly as you edit.",
- buttonIcon: "Eye",
- imageSrc: "http://img.b2bpic.net/free-photo/young-groom-blue-costume_23-2149003442.jpg?_wi=2",
- imageAlt: "Hand drawn golden wedding invitation template",
- },
+ title: "Real-time Preview", description: "See your creation come to life instantly as you edit.", buttonIcon: Eye,
+ imageSrc: "http://img.b2bpic.net/free-photo/young-groom-blue-costume_23-2149003442.jpg", imageAlt: "Hand drawn golden wedding invitation template"},
{
- title: "One-click Sharing",
- description: "Beautifully rendered links for guests to cherish.",
- buttonIcon: "Share2",
- imageSrc: "http://img.b2bpic.net/free-photo/romantic-couple-out-together-ferris-wheel-park_23-2149700599.jpg?_wi=2",
- imageAlt: "Hand drawn golden wedding invitation template",
- },
+ title: "One-click Sharing", description: "Beautifully rendered links for guests to cherish.", buttonIcon: Share2,
+ imageSrc: "http://img.b2bpic.net/free-photo/romantic-couple-out-together-ferris-wheel-park_23-2149700599.jpg", imageAlt: "Hand drawn golden wedding invitation template"},
]}
title="Designed for Elegance"
description="Tools that remove the clutter, letting your love story be the star."
@@ -171,41 +116,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
- id: "p1",
- name: "Classic Ivory",
- price: "$150",
- imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-minimal-gold-floral-background-template_44538-9408.jpg",
- },
+ id: "p1", name: "Classic Ivory", price: "$150", imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-minimal-gold-floral-background-template_44538-9408.jpg"},
{
- id: "p2",
- name: "Modern Minimalist",
- price: "$150",
- imageSrc: "http://img.b2bpic.net/free-vector/minimal-wedding-landing-page_23-2148997335.jpg",
- },
+ id: "p2", name: "Modern Minimalist", price: "$150", imageSrc: "http://img.b2bpic.net/free-vector/minimal-wedding-landing-page_23-2148997335.jpg"},
{
- id: "p3",
- name: "Floral Serif",
- price: "$175",
- imageSrc: "http://img.b2bpic.net/free-vector/elegant-feminine-save-date-invitation-theme_23-2148470605.jpg",
- },
+ id: "p3", name: "Floral Serif", price: "$175", imageSrc: "http://img.b2bpic.net/free-vector/elegant-feminine-save-date-invitation-theme_23-2148470605.jpg"},
{
- id: "p4",
- name: "Luxury Gold",
- price: "$200",
- imageSrc: "http://img.b2bpic.net/free-photo/smooth-white-stucco-wall_1194-7272.jpg",
- },
+ id: "p4", name: "Luxury Gold", price: "$200", imageSrc: "http://img.b2bpic.net/free-photo/smooth-white-stucco-wall_1194-7272.jpg"},
{
- id: "p5",
- name: "Vintage Lace",
- price: "$150",
- imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-wedding-youtube-channel-art_23-2149175874.jpg",
- },
+ id: "p5", name: "Vintage Lace", price: "$150", imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-wedding-youtube-channel-art_23-2149175874.jpg"},
{
- id: "p6",
- name: "Boho Chic",
- price: "$160",
- imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-golden-wedding-invitation-template_23-2149014223.jpg",
- },
+ id: "p6", name: "Boho Chic", price: "$160", imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-golden-wedding-invitation-template_23-2149014223.jpg"},
]}
title="Exquisite Templates"
description="Choose from a library of handcrafted invitation templates."
@@ -219,37 +140,20 @@ export default function LandingPage() {
useInvertedBackground={true}
plans={[
{
- id: "basic",
- badge: "Essential",
- price: "$150",
- subtitle: "Perfect for small gatherings",
- buttons: [
+ id: "basic", badge: "Essential", price: "$150", subtitle: "Perfect for small gatherings", buttons: [
{
- text: "Select",
- },
+ text: "Select"},
],
features: [
- "Full Editor",
- "Export PDF",
- "Guest Tracking",
- ],
+ "Full Editor", "Export PDF", "Guest Tracking"],
},
{
- id: "premium",
- badge: "Premium",
- price: "$300",
- subtitle: "For an exquisite event",
- buttons: [
+ id: "premium", badge: "Premium", price: "$300", subtitle: "For an exquisite event", buttons: [
{
- text: "Select",
- },
+ text: "Select"},
],
features: [
- "Everything in Essential",
- "Custom Domain",
- "Priority Support",
- "Advanced Analytics",
- ],
+ "Everything in Essential", "Custom Domain", "Priority Support", "Advanced Analytics"],
},
]}
title="Transparent Luxury"
@@ -265,45 +169,20 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
- id: "t1",
- name: "Sarah & John",
- role: "Wedding",
- company: "London",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/guy-tuxedo-looking-away-standing-outside_1153-3033.jpg",
- },
+ id: "t1", name: "Sarah & John", role: "Wedding", company: "London", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/guy-tuxedo-looking-away-standing-outside_1153-3033.jpg"},
{
- id: "t2",
- name: "Anna & Leo",
- role: "Wedding",
- company: "Paris",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/cheerful-grandma-enjoying-her-granddaughter-wedding-dress_8353-12343.jpg",
- },
+ id: "t2", name: "Anna & Leo", role: "Wedding", company: "Paris", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/cheerful-grandma-enjoying-her-granddaughter-wedding-dress_8353-12343.jpg"},
{
- id: "t3",
- name: "Clara & Max",
- role: "Wedding",
- company: "Vienna",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/couple-with-wine-glasses-talking-restaurant_23-2148014540.jpg",
- },
+ id: "t3", name: "Clara & Max", role: "Wedding", company: "Vienna", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/couple-with-wine-glasses-talking-restaurant_23-2148014540.jpg"},
{
- id: "t4",
- name: "Julia & David",
- role: "Wedding",
- company: "Berlin",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/smiley-man-working-flower-shop-medium-shot_23-2149235753.jpg",
- },
+ id: "t4", name: "Julia & David", role: "Wedding", company: "Berlin", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/smiley-man-working-flower-shop-medium-shot_23-2149235753.jpg"},
{
- id: "t5",
- name: "Sophie & Marc",
- role: "Wedding",
- company: "Milan",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/young-couple-future-bride-groom_1303-15991.jpg",
- },
+ id: "t5", name: "Sophie & Marc", role: "Wedding", company: "Milan", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/young-couple-future-bride-groom_1303-15991.jpg"},
]}
title="Loved by Couples"
description="Hear from those who celebrated their big day with Aura."
@@ -316,20 +195,11 @@ export default function LandingPage() {
useInvertedBackground={true}
faqs={[
{
- id: "f1",
- title: "How does the AI work?",
- content: "Our AI analyzes your theme preferences and content to build a perfect layout instantly.",
- },
+ id: "f1", title: "How does the AI work?", content: "Our AI analyzes your theme preferences and content to build a perfect layout instantly."},
{
- id: "f2",
- title: "Can I edit after publishing?",
- content: "Yes, updates are reflected in real-time.",
- },
+ id: "f2", title: "Can I edit after publishing?", content: "Yes, updates are reflected in real-time."},
{
- id: "f3",
- title: "Is it mobile friendly?",
- content: "Completely, every invitation looks stunning on all devices.",
- },
+ id: "f3", title: "Is it mobile friendly?", content: "Completely, every invitation looks stunning on all devices."},
]}
title="Questions Answered"
description="Everything you need to know about our platform."
@@ -341,8 +211,7 @@ export default function LandingPage() {