Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-04-02 21:27:44 +00:00

View File

@@ -8,7 +8,6 @@ import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCa
import MediaAbout from '@/components/sections/about/MediaAbout';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
import ProductCartItem from '@/components/ecommerce/cart/ProductCartItem';
export default function LandingPage() {
return (
@@ -29,17 +28,11 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home",
id: "hero",
},
name: "Home", id: "hero"},
{
name: "About",
id: "about",
},
name: "About", id: "about"},
{
name: "Review",
id: "contact",
},
name: "Review", id: "contact"},
]}
brandName="Café Feedback"
/>
@@ -51,35 +44,21 @@ export default function LandingPage() {
description="Your voice matters! Tell us about your recent visit and help us craft the perfect coffee experience."
buttons={[
{
text: "Give Feedback",
href: "#contact",
},
text: "Give Feedback", href: "#contact"},
]}
slides={[
{
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-taking-food-photos_23-2149294502.jpg?_wi=1",
imageAlt: "Cozy cafe interior",
},
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-taking-food-photos_23-2149294502.jpg", imageAlt: "Cozy cafe interior"},
{
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-taking-food-photos_23-2149294502.jpg?_wi=2",
imageAlt: "Coffee preparation",
},
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-taking-food-photos_23-2149294502.jpg", imageAlt: "Coffee preparation"},
{
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-taking-food-photos_23-2149294502.jpg?_wi=3",
imageAlt: "Fresh artisan pastries",
},
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-taking-food-photos_23-2149294502.jpg", imageAlt: "Fresh artisan pastries"},
{
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-taking-food-photos_23-2149294502.jpg?_wi=4",
imageAlt: "Relaxing coffee ambiance",
},
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-taking-food-photos_23-2149294502.jpg", imageAlt: "Relaxing coffee ambiance"},
{
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-taking-food-photos_23-2149294502.jpg?_wi=5",
imageAlt: "Friendly customer service",
},
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-taking-food-photos_23-2149294502.jpg", imageAlt: "Friendly customer service"},
{
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-taking-food-photos_23-2149294502.jpg?_wi=6",
imageAlt: "Specialty coffee selection",
},
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-taking-food-photos_23-2149294502.jpg", imageAlt: "Specialty coffee selection"},
]}
/>
</div>
@@ -89,7 +68,7 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Our Passion for Coffee"
description="We believe that every cup tells a story. From sourcing ethical beans to the perfect roast, we are dedicated to excellence. Your feedback helps us maintain the standards you expect and love."
imageSrc="http://img.b2bpic.net/free-photo/person-cafe-enjoying-book_23-2150064692.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/person-cafe-enjoying-book_23-2150064692.jpg"
imageAlt="Barista serving fresh coffee"
/>
</div>
@@ -104,43 +83,24 @@ export default function LandingPage() {
description="Discover the artisan roasts that our customers love the most."
products={[
{
id: "1",
brand: "Café Feedback",
name: "Ethiopian Yirgacheffe",
price: "$18.00",
rating: 5,
reviewCount: "124",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-taking-food-photos_23-2149294502.jpg?_wi=7",
},
id: "1", brand: "Café Feedback", name: "Ethiopian Yirgacheffe", price: "$18.00", rating: 5,
reviewCount: "124", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-taking-food-photos_23-2149294502.jpg"},
{
id: "2",
brand: "Café Feedback",
name: "Colombia Supremo",
price: "$16.00",
rating: 4,
reviewCount: "98",
imageSrc: "http://img.b2bpic.net/free-photo/person-cafe-enjoying-book_23-2150064692.jpg?_wi=2",
},
id: "2", brand: "Café Feedback", name: "Colombia Supremo", price: "$16.00", rating: 4,
reviewCount: "98", imageSrc: "http://img.b2bpic.net/free-photo/person-cafe-enjoying-book_23-2150064692.jpg"},
]}
/>
</div>
<div id="ecommerce" data-section="ecommerce">
<ProductCartItem />
</div>
<div id="contact" data-section="contact">
<ContactText
useInvertedBackground={false}
background={{
variant: "plain",
}}
variant: "plain"}}
text="Fill out our form and let us know about your visit. Your reviews help us grow."
buttons={[
{
text: "Submit Review",
href: "#",
},
text: "Submit Review", href: "#"},
]}
/>
</div>
@@ -150,33 +110,21 @@ export default function LandingPage() {
logoText="Café Feedback"
columns={[
{
title: "Links",
items: [
title: "Links", items: [
{
label: "Home",
href: "#hero",
},
label: "Home", href: "#hero"},
{
label: "About",
href: "#about",
},
label: "About", href: "#about"},
{
label: "Give Feedback",
href: "#contact",
},
label: "Give Feedback", href: "#contact"},
],
},
{
title: "Policy",
items: [
title: "Policy", items: [
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
{
label: "Terms of Service",
href: "#",
},
label: "Terms of Service", href: "#"},
],
},
]}