Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 85c588a08e | |||
| faf83b5519 | |||
| eb655c71fb | |||
| d5a77782cb | |||
| e99cfc4f02 | |||
| a9f885d6e2 |
@@ -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,10 +31,9 @@ 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" }}
|
||||
button={{ text: "Contact Us", href: "#contact" }}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -46,7 +44,7 @@ export default function LandingPage() {
|
||||
description="Handcrafted Judaica pieces inspired by faith, tradition, and meaning. Bring blessing into your home."
|
||||
buttons={[
|
||||
{ text: "Shop Collection", href: "#collections" },
|
||||
{ text: "Create a Custom Blessing", href: "#custom" }
|
||||
{ text: "Contact Us", href: "#contact" }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-crisps-crackers-long-round-formed-with-dried-seasonings-wood_140725-18947.jpg"
|
||||
imageAlt="Luxury handcrafted Judaica home blessings"
|
||||
@@ -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"
|
||||
@@ -199,7 +165,7 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="email-signup" data-section="email-signup">
|
||||
<div id="contact" data-section="email-signup">
|
||||
<ContactFaq
|
||||
ctaTitle="Receive Inspiration & New Blessings"
|
||||
ctaDescription="Get early access to new designs, special gifts, and blessing stories delivered to your inbox."
|
||||
@@ -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" }
|
||||
]
|
||||
@@ -260,4 +225,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user