Merge version_2 into main #4
@@ -5,13 +5,12 @@ import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloating
|
||||
import HeroLogo from "@/components/sections/hero/HeroLogo";
|
||||
import ProductCardOne from "@/components/sections/product/ProductCardOne";
|
||||
import MetricSplitMediaAbout from "@/components/sections/about/MetricSplitMediaAbout";
|
||||
import FeatureCardSix from "@/components/sections/feature/FeatureCardSix";
|
||||
import MetricCardThree from "@/components/sections/metrics/MetricCardThree";
|
||||
import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
|
||||
import TestimonialCardTwelve from "@/components/sections/testimonial/TestimonialCardTwelve";
|
||||
import ContactFaq from "@/components/sections/contact/ContactFaq";
|
||||
import FooterMedia from "@/components/sections/footer/FooterMedia";
|
||||
import { Heart, Hammer, Book, Sparkles, Crown, Mail, Users, Wand2, Star } from "lucide-react";
|
||||
import { Heart, Hammer, Book, Sparkles, Crown, Mail, Users, Star } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -32,8 +31,7 @@ export default function LandingPage() {
|
||||
brandName="Or Emunah"
|
||||
navItems={[
|
||||
{ name: "Shop Collection", id: "collections" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Custom Gifts", id: "custom" }
|
||||
{ name: "About", id: "about" }
|
||||
]}
|
||||
button={{ text: "Create a Custom Blessing", href: "#custom" }}
|
||||
animateOnLoad={true}
|
||||
@@ -101,38 +99,6 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="custom" data-section="custom">
|
||||
<FeatureCardSix
|
||||
title="Create Your Custom Blessing"
|
||||
description="Transform your vision into a meaningful, personalized piece that celebrates your family, faith, and values."
|
||||
tag="Personalization"
|
||||
tagIcon={Wand2}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Choose Your Blessing", description: "Select from traditional Hebrew blessings or create your own meaningful words that reflect your family's faith and values.", imageSrc: "http://img.b2bpic.net/free-photo/happy-hanukkah-traditional-festival-top-view_23-2148716858.jpg?_wi=1"
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Add Family Names", description: "Personalize with family names in beautiful Hebrew calligraphy. Honor your heritage with meaningful customization.", imageSrc: "http://img.b2bpic.net/free-photo/happy-hanukkah-traditional-festival-top-view_23-2148716858.jpg?_wi=2"
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Select Special Details", description: "Include important dates, Hebrew verses, or custom messages. Add gift packaging for the perfect presentation.", imageSrc: "http://img.b2bpic.net/free-photo/happy-hanukkah-traditional-festival-top-view_23-2148716858.jpg?_wi=3"
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
title: "Receive Your Heirloom", description: "Each custom blessing is handcrafted to perfection and arrives ready to display or gift. A piece meant to be treasured forever.", imageSrc: "http://img.b2bpic.net/free-photo/happy-hanukkah-traditional-festival-top-view_23-2148716858.jpg?_wi=4"
|
||||
}
|
||||
]}
|
||||
buttons={[{ text: "Start Your Custom Gift", href: "#contact" }]}
|
||||
tagAnimation="blur-reveal"
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="why-love-us" data-section="why-love-us">
|
||||
<MetricCardThree
|
||||
title="Why Customers Love Or Emunah"
|
||||
@@ -242,7 +208,6 @@ export default function LandingPage() {
|
||||
{
|
||||
title: "Explore", items: [
|
||||
{ label: "About Or Emunah", href: "#about" },
|
||||
{ label: "Custom Blessings", href: "#custom" },
|
||||
{ label: "Our Story", href: "#about" },
|
||||
{ label: "Contact Us", href: "#contact" }
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user