Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 25e713e4b4 | |||
| 85c588a08e | |||
| faf83b5519 | |||
| eb655c71fb | |||
| d5a77782cb | |||
| e99cfc4f02 | |||
| a9f885d6e2 |
@@ -5,13 +5,12 @@ import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloating
|
|||||||
import HeroLogo from "@/components/sections/hero/HeroLogo";
|
import HeroLogo from "@/components/sections/hero/HeroLogo";
|
||||||
import ProductCardOne from "@/components/sections/product/ProductCardOne";
|
import ProductCardOne from "@/components/sections/product/ProductCardOne";
|
||||||
import MetricSplitMediaAbout from "@/components/sections/about/MetricSplitMediaAbout";
|
import MetricSplitMediaAbout from "@/components/sections/about/MetricSplitMediaAbout";
|
||||||
import FeatureCardSix from "@/components/sections/feature/FeatureCardSix";
|
|
||||||
import MetricCardThree from "@/components/sections/metrics/MetricCardThree";
|
import MetricCardThree from "@/components/sections/metrics/MetricCardThree";
|
||||||
import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
|
import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
|
||||||
import TestimonialCardTwelve from "@/components/sections/testimonial/TestimonialCardTwelve";
|
import TestimonialCardTwelve from "@/components/sections/testimonial/TestimonialCardTwelve";
|
||||||
import ContactFaq from "@/components/sections/contact/ContactFaq";
|
import ContactFaq from "@/components/sections/contact/ContactFaq";
|
||||||
import FooterMedia from "@/components/sections/footer/FooterMedia";
|
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() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -32,10 +31,9 @@ export default function LandingPage() {
|
|||||||
brandName="Or Emunah"
|
brandName="Or Emunah"
|
||||||
navItems={[
|
navItems={[
|
||||||
{ name: "Shop Collection", id: "collections" },
|
{ name: "Shop Collection", id: "collections" },
|
||||||
{ name: "About", id: "about" },
|
{ name: "About", id: "about" }
|
||||||
{ name: "Custom Gifts", id: "custom" }
|
|
||||||
]}
|
]}
|
||||||
button={{ text: "Create a Custom Blessing", href: "#custom" }}
|
button={{ text: "Contact Us", href: "#contact" }}
|
||||||
animateOnLoad={true}
|
animateOnLoad={true}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -46,7 +44,7 @@ export default function LandingPage() {
|
|||||||
description="Handcrafted Judaica pieces inspired by faith, tradition, and meaning. Bring blessing into your home."
|
description="Handcrafted Judaica pieces inspired by faith, tradition, and meaning. Bring blessing into your home."
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Shop Collection", href: "#collections" },
|
{ 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"
|
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"
|
imageAlt="Luxury handcrafted Judaica home blessings"
|
||||||
@@ -101,38 +99,6 @@ export default function LandingPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</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">
|
<div id="why-love-us" data-section="why-love-us">
|
||||||
<MetricCardThree
|
<MetricCardThree
|
||||||
title="Why Customers Love Or Emunah"
|
title="Why Customers Love Or Emunah"
|
||||||
@@ -199,7 +165,7 @@ export default function LandingPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="email-signup" data-section="email-signup">
|
<div id="contact" data-section="email-signup">
|
||||||
<ContactFaq
|
<ContactFaq
|
||||||
ctaTitle="Receive Inspiration & New Blessings"
|
ctaTitle="Receive Inspiration & New Blessings"
|
||||||
ctaDescription="Get early access to new designs, special gifts, and blessing stories delivered to your inbox."
|
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: [
|
title: "Explore", items: [
|
||||||
{ label: "About Or Emunah", href: "#about" },
|
{ label: "About Or Emunah", href: "#about" },
|
||||||
{ label: "Custom Blessings", href: "#custom" },
|
|
||||||
{ label: "Our Story", href: "#about" },
|
{ label: "Our Story", href: "#about" },
|
||||||
{ label: "Contact Us", href: "#contact" }
|
{ label: "Contact Us", href: "#contact" }
|
||||||
]
|
]
|
||||||
@@ -260,4 +225,4 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user