4 Commits

Author SHA1 Message Date
c987c80e03 Update src/app/page.tsx 2026-04-26 13:55:59 +00:00
e7e5b75a0a Merge version_3 into main
Merge version_3 into main
2026-04-26 13:43:41 +00:00
8c5d31473f Update src/app/page.tsx 2026-04-26 13:43:38 +00:00
f6d9efc396 Merge version_2 into main
Merge version_2 into main
2026-04-26 13:42:16 +00:00

View File

@@ -65,22 +65,14 @@ export default function LandingPage() {
{
text: "Explore Menu", href: "#products"},
]}
imageSrc="http://img.b2bpic.net/free-photo/cupcake-still-life_23-2148097755.jpg"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CthPNxnvjEWhPUWRDZWsRBZdZP/uploaded-1777211745580-f1kd3na4.png"
imageAlt="Luxurious dessert display"
mediaAnimation="slide-up"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/delicious-products-arrangement-bakery_23-2150273130.jpg", alt: "Happy customer 1"},
{
src: "http://img.b2bpic.net/free-photo/delicious-macarons-arrangement_23-2149162698.jpg", alt: "Happy customer 2"},
{
src: "http://img.b2bpic.net/free-photo/delicious-nougats-arrangement-platter_23-2149617414.jpg", alt: "Happy customer 3"},
{
src: "http://img.b2bpic.net/free-photo/purple-cookies_1157-774.jpg", alt: "Happy customer 4"},
{
src: "http://img.b2bpic.net/free-photo/close-up-female-hands-holding-cup-cake-with-caramel-candies-toppings_23-2147898358.jpg", alt: "Happy customer 5"},
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CthPNxnvjEWhPUWRDZWsRBZdZP/uploaded-1777211745581-orzdttp9.png", alt: "Owner AYA WESSAM HOURANI"},
]}
avatarText="Join 2000+ dessert lovers"
avatarText="Owner: AYA WESSAM HOURANI"
marqueeItems={[
{
type: "text", text: "Hand-Crafted"},
@@ -222,7 +214,7 @@ export default function LandingPage() {
text="Ready to experience the magic? Visit us today or drop us a message for special orders."
buttons={[
{
text: "Order Now", href: "#"},
text: "Inquire About Custom Orders", href: "#"},
]}
/>
</div>