Update src/app/page.tsx

This commit is contained in:
2026-04-27 07:18:24 +00:00
parent fdec086b31
commit 5f074e33cb

View File

@@ -32,22 +32,10 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home",
id: "hero",
},
{
name: "About",
id: "about",
},
{
name: "Products",
id: "products",
},
{
name: "Contact",
id: "contact",
},
{ name: "Home", id: "hero" },
{ name: "About", id: "about" },
{ name: "Products", id: "products" },
{ name: "Contact", id: "contact" },
]}
brandName="Tamrah"
/>
@@ -56,99 +44,32 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplitTestimonial
useInvertedBackground={false}
background={{
variant: "sparkles-gradient",
}}
background={{ variant: "sparkles-gradient" }}
title="Natural Sweetness, Purely Tamrah."
description="Indulge in the finest date jam crafted from nature's bounty. Healthy, tasty, and perfect for every age."
testimonials={[
{
name: "Layla M.",
handle: "@layla_foodie",
testimonial: "The most natural date jam I've ever tasted!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-happy-woman-making-healthy-meal-tasting-food-kitchen_637285-5838.jpg",
},
{
name: "Omar F.",
handle: "@omar_fit",
testimonial: "Healthy, organic, and guilt-free snacking.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/fried-egg-pan-with-avocado-sandwiches_23-2148361702.jpg",
},
{
name: "Amina R.",
handle: "@amina_chef",
testimonial: "Kids love it on their morning toast.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-brunette-young-woman-holding-jar-chocolate-chips-cookies-smiling-laughing-hard-out-loud-because-funny-crazy-joke_839833-12926.jpg",
},
{
name: "Sarah K.",
handle: "@sarah_life",
testimonial: "Fantastic quality, highly recommended.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/students-having-lunch-canteen_23-2149402912.jpg",
},
{
name: "Khaled B.",
handle: "@khaled_eats",
testimonial: "Perfect gift for friends and family.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-looking-her-man-while-they-eating-breakfast_171337-4940.jpg",
},
{ name: "Layla M.", handle: "@layla_foodie", testimonial: "The most natural date jam I've ever tasted!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-happy-woman-making-healthy-meal-tasting-food-kitchen_637285-5838.jpg" },
{ name: "Omar F.", handle: "@omar_fit", testimonial: "Healthy, organic, and guilt-free snacking.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/fried-egg-pan-with-avocado-sandwiches_23-2148361702.jpg" },
{ name: "Amina R.", handle: "@amina_chef", testimonial: "Kids love it on their morning toast.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-brunette-young-woman-holding-jar-chocolate-chips-cookies-smiling-laughing-hard-out-loud-because-funny-crazy-joke_839833-12926.jpg" },
{ name: "Sarah K.", handle: "@sarah_life", testimonial: "Fantastic quality, highly recommended.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/students-having-lunch-canteen_23-2149402912.jpg" },
{ name: "Khaled B.", handle: "@khaled_eats", testimonial: "Perfect gift for friends and family.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-looking-her-man-while-they-eating-breakfast_171337-4940.jpg" }
]}
buttons={[
{
text: "Shop Now",
href: "#products",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/plum-confiture-glass-jars-with-toast-breads_114579-18047.jpg?_wi=1"
buttons={[{ text: "Shop Now", href: "#products" }]}
imageSrc="http://img.b2bpic.net/free-photo/plum-confiture-glass-jars-with-toast-breads_114579-18047.jpg"
mediaAnimation="slide-up"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5059.jpg",
alt: "Customer 1",
},
{
src: "http://img.b2bpic.net/free-photo/image-black-woman-sits-sideways-with-glad-expression_273609-28609.jpg",
alt: "Customer 2",
},
{
src: "http://img.b2bpic.net/free-photo/start-new-day-with-healthy-food_329181-20617.jpg",
alt: "Customer 3",
},
{
src: "http://img.b2bpic.net/free-photo/image-happy-woman-sitting-room-watching-interesting-tv-show-movie-laptop-using_1258-281907.jpg",
alt: "Customer 4",
},
{
src: "http://img.b2bpic.net/free-photo/front-woman-posing-smiling-while-holding-coffee-cup_23-2148419298.jpg",
alt: "Customer 5",
},
{ src: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5059.jpg", alt: "Customer 1" },
{ src: "http://img.b2bpic.net/free-photo/image-black-woman-sits-sideways-with-glad-expression_273609-28609.jpg", alt: "Customer 2" },
{ src: "http://img.b2bpic.net/free-photo/start-new-day-with-healthy-food_329181-20617.jpg", alt: "Customer 3" },
{ src: "http://img.b2bpic.net/free-photo/image-happy-woman-sitting-room-watching-interesting-tv-show-movie-laptop-using_1258-281907.jpg", alt: "Customer 4" },
{ src: "http://img.b2bpic.net/free-photo/front-woman-posing-smiling-while-holding-coffee-cup_23-2148419298.jpg", alt: "Customer 5" }
]}
marqueeItems={[
{
type: "text",
text: "100% Organic",
},
{
type: "text",
text: "No Additives",
},
{
type: "text",
text: "Premium Quality",
},
{
type: "text",
text: "Farm Fresh",
},
{
type: "text",
text: "Healthy Choice",
},
{ type: "text", text: "100% Organic" },
{ type: "text", text: "No Additives" },
{ type: "text", text: "Premium Quality" },
{ type: "text", text: "Farm Fresh" },
{ type: "text", text: "Healthy Choice" }
]}
/>
</div>
@@ -161,7 +82,7 @@ export default function LandingPage() {
description="We believe in the power of nature. Every jar of Tamrah is packed with goodness, ensuring your family enjoys only the best."
subdescription="No artificial additives, just pure, healthy date delight."
icon={Heart}
imageSrc="http://img.b2bpic.net/free-photo/many-flower-buds-growing-tree-branch_23-2147842379.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/many-flower-buds-growing-tree-branch_23-2147842379.jpg"
mediaAnimation="blur-reveal"
/>
</div>
@@ -173,42 +94,12 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
{
id: "1",
name: "Classic Date Jam",
price: "$12.00",
imageSrc: "http://img.b2bpic.net/free-photo/chocolate-cookies-with-lemon-wooden-platter_114579-16057.jpg?_wi=1",
},
{
id: "2",
name: "Date & Almond Spread",
price: "$15.00",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-cup-coffee_114579-60412.jpg",
},
{
id: "3",
name: "Date & Walnut Delight",
price: "$15.00",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-mixed-nuts-with-dried-fruits-wood-box-served-with-tea-armudu-glass-tablecloth_141793-7313.jpg",
},
{
id: "4",
name: "Cinnamon Spiced Jam",
price: "$14.00",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-sweet-figs-jam-with-fresh-figs-inside-orange-plate-white-surface_140725-64158.jpg",
},
{
id: "5",
name: "Small Family Bundle",
price: "$45.00",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-breakfast_23-2147788568.jpg",
},
{
id: "6",
name: "Premium Gift Box",
price: "$60.00",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-dried-fruits-raisins-apricots-dried-dates-mini-tart-tins-served-with-tea-black-wooden-background_141793-9015.jpg",
},
{ id: "1", name: "Classic Date Jam", price: "$12.00", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-cookies-with-lemon-wooden-platter_114579-16057.jpg" },
{ id: "2", name: "Date & Almond Spread", price: "$15.00", imageSrc: "http://img.b2bpic.net/free-photo/delicious-cup-coffee_114579-60412.jpg" },
{ id: "3", name: "Date & Walnut Delight", price: "$15.00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-mixed-nuts-with-dried-fruits-wood-box-served-with-tea-armudu-glass-tablecloth_141793-7313.jpg" },
{ id: "4", name: "Cinnamon Spiced Jam", price: "$14.00", imageSrc: "http://img.b2bpic.net/free-photo/front-view-sweet-figs-jam-with-fresh-figs-inside-orange-plate-white-surface_140725-64158.jpg" },
{ id: "5", name: "Small Family Bundle", price: "$45.00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-breakfast_23-2147788568.jpg" },
{ id: "6", name: "Premium Gift Box", price: "$60.00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-dried-fruits-raisins-apricots-dried-dates-mini-tart-tins-served-with-tea-black-wooden-background_141793-9015.jpg" }
]}
title="Our Signature Collection"
description="Explore our premium selection of natural date jams."
@@ -222,41 +113,17 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
title: "Farm to Jar",
description: "Dates selected at peak ripeness.",
phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/traditional-spanish-food-world-tourism-day_23-2149114027.jpg",
},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-beautiful-smiling-woman-holding-fresh-tomato-sitting-kitchen-with-smartphone_1258-198253.jpg",
},
imageSrc: "http://img.b2bpic.net/free-photo/plum-confiture-glass-jars-with-toast-breads_114579-18047.jpg?_wi=2",
imageAlt: "mobile app ordering interface mockup",
title: "Farm to Jar", description: "Dates selected at peak ripeness.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/traditional-spanish-food-world-tourism-day_23-2149114027.jpg" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-beautiful-smiling-woman-holding-fresh-tomato-sitting-kitchen-with-smartphone_1258-198253.jpg" }
},
{
title: "No Additives",
description: "Pure, natural goodness in every bite.",
phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-holding-phone-with-menu_23-2149357917.jpg",
},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/healthy-food-concept-with-smartphone-salad_23-2147802995.jpg",
},
imageSrc: "http://img.b2bpic.net/free-photo/many-flower-buds-growing-tree-branch_23-2147842379.jpg?_wi=2",
imageAlt: "mobile app ordering interface mockup",
title: "No Additives", description: "Pure, natural goodness in every bite.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-holding-phone-with-menu_23-2149357917.jpg" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/healthy-food-concept-with-smartphone-salad_23-2147802995.jpg" }
},
{
title: "Healthy Choice",
description: "Suitable for all age groups.",
phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/top-view-copy-paste-with-sushi_23-2148567902.jpg",
},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-assortment-vegetables-fruit_23-2148256173.jpg",
},
imageSrc: "http://img.b2bpic.net/free-photo/chocolate-cookies-with-lemon-wooden-platter_114579-16057.jpg?_wi=2",
imageAlt: "mobile app ordering interface mockup",
},
title: "Healthy Choice", description: "Suitable for all age groups.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/top-view-copy-paste-with-sushi_23-2148567902.jpg" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-assortment-vegetables-fruit_23-2148256173.jpg" }
}
]}
showStepNumbers={true}
title="Why Choose Tamrah?"
@@ -270,41 +137,11 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
testimonials={[
{
id: "t1",
name: "Sarah W.",
handle: "@sarahw",
testimonial: "Simply delicious!",
imageSrc: "http://img.b2bpic.net/free-photo/world-health-day-celebration-with-nutritious-food_23-2151358958.jpg",
},
{
id: "t2",
name: "Mark L.",
handle: "@markl",
testimonial: "Great taste and healthy.",
imageSrc: "http://img.b2bpic.net/free-photo/breakfast_23-2148129686.jpg",
},
{
id: "t3",
name: "Elena R.",
handle: "@elenar",
testimonial: "My family loves it.",
imageSrc: "http://img.b2bpic.net/free-photo/senior-woman-cooking-healthy-food_23-2148373867.jpg",
},
{
id: "t4",
name: "John D.",
handle: "@johnd",
testimonial: "Fast delivery, amazing jam.",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-child-eating-sweets-home_1301-3622.jpg",
},
{
id: "t5",
name: "Lisa K.",
handle: "@lisak",
testimonial: "Highly recommended brand.",
imageSrc: "http://img.b2bpic.net/free-photo/female-hands-holding-homemade-vegan-raw-raspberry-jam-glass-jar_181624-19307.jpg",
},
{ id: "t1", name: "Sarah W.", handle: "@sarahw", testimonial: "Simply delicious!", imageSrc: "http://img.b2bpic.net/free-photo/world-health-day-celebration-with-nutritious-food_23-2151358958.jpg" },
{ id: "t2", name: "Mark L.", handle: "@markl", testimonial: "Great taste and healthy.", imageSrc: "http://img.b2bpic.net/free-photo/breakfast_23-2148129686.jpg" },
{ id: "t3", name: "Elena R.", handle: "@elenar", testimonial: "My family loves it.", imageSrc: "http://img.b2bpic.net/free-photo/senior-woman-cooking-healthy-food_23-2148373867.jpg" },
{ id: "t4", name: "John D.", handle: "@johnd", testimonial: "Fast delivery, amazing jam.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-child-eating-sweets-home_1301-3622.jpg" },
{ id: "t5", name: "Lisa K.", handle: "@lisak", testimonial: "Highly recommended brand.", imageSrc: "http://img.b2bpic.net/free-photo/female-hands-holding-homemade-vegan-raw-raspberry-jam-glass-jar_181624-19307.jpg" }
]}
title="Loved by Families Everywhere"
description="Hear what our happy customers are saying about Tamrah."
@@ -316,21 +153,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
faqs={[
{
id: "f1",
title: "Are there any additives?",
content: "No, Tamrah date jam is 100% natural.",
},
{
id: "f2",
title: "How do I order?",
content: "Order easily through our online store.",
},
{
id: "f3",
title: "Is it good for kids?",
content: "Absolutely, it's a healthy energy source for all.",
},
{ id: "f1", title: "Are there any additives?", content: "No, Tamrah date jam is 100% natural." },
{ id: "f2", title: "How do I order?", content: "Order easily through our online store." },
{ id: "f3", title: "Is it good for kids?", content: "Absolutely, it's a healthy energy source for all." }
]}
title="Common Questions"
description="Get quick answers about our product and orders."
@@ -342,15 +167,7 @@ export default function LandingPage() {
<SocialProofOne
textboxLayout="split"
useInvertedBackground={false}
names={[
"Food Safety",
"Organic Grade",
"Premium Quality",
"Sustainable Source",
"Health First",
"Pure Date",
"Award Winner",
]}
names={["Food Safety", "Organic Grade", "Premium Quality", "Sustainable Source", "Health First", "Pure Date", "Award Winner"]}
title="Certified Quality"
description="We adhere to the highest industry standards."
/>
@@ -359,46 +176,17 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactText
useInvertedBackground={true}
background={{
variant: "sparkles-gradient",
}}
background={{ variant: "sparkles-gradient" }}
text="Join our journey and stay updated with Tamrah news and special offers."
buttons={[
{
text: "Contact Us",
href: "#",
},
]}
buttons={[{ text: "Contact Us", href: "#" }]}
/>
</div>
<div id="footer" data-section="footer">
<FooterLogoEmphasis
columns={[
{
items: [
{
label: "Shop",
href: "#products",
},
{
label: "About",
href: "#about",
},
],
},
{
items: [
{
label: "FAQs",
href: "#faq",
},
{
label: "Support",
href: "#",
},
],
},
{ items: [{ label: "Shop", href: "#products" }, { label: "About", href: "#about" }] },
{ items: [{ label: "FAQs", href: "#faq" }, { label: "Support", href: "#" }] }
]}
logoText="Tamrah"
/>