10 Commits

Author SHA1 Message Date
3f6dd4318e Update src/app/page.tsx 2026-03-20 20:17:30 +00:00
beb8568807 Update src/app/about/page.tsx 2026-03-20 20:17:29 +00:00
c4cc4c16c5 Merge version_34 into main
Merge version_34 into main
2026-03-20 20:10:08 +00:00
8484107dc5 Update src/app/page.tsx 2026-03-20 20:10:04 +00:00
0d412477a8 Merge version_33 into main
Merge version_33 into main
2026-03-20 20:05:44 +00:00
70ed8a764c Update src/app/page.tsx 2026-03-20 20:05:40 +00:00
9437a5cc6c Merge version_32 into main
Merge version_32 into main
2026-03-20 19:42:20 +00:00
288e5c2427 Merge version_32 into main
Merge version_32 into main
2026-03-20 18:45:35 +00:00
3b58d14b05 Merge version_32 into main
Merge version_32 into main
2026-03-20 18:20:24 +00:00
dec51e4934 Merge version_32 into main
Merge version_32 into main
2026-03-20 16:40:26 +00:00
2 changed files with 6 additions and 6 deletions

View File

@@ -26,7 +26,7 @@ export default function AboutPage() {
{ name: "About Us", id: "about" }, { name: "About Us", id: "about" },
{ name: "Gallery", id: "gallery" }, { name: "Gallery", id: "gallery" },
{ name: "Reviews", id: "reviews" }, { name: "Reviews", id: "reviews" },
{ name: "Locations", id: "locations" }, { name: "Full Menu", id: "full-menu" },
]; ];
const footerColumns = [ const footerColumns = [

View File

@@ -54,7 +54,7 @@ export default function HomePage() {
{ name: "About Us", id: "owners-spotlight" }, { name: "About Us", id: "owners-spotlight" },
{ name: "Gallery", id: "featured-gallery" }, { name: "Gallery", id: "featured-gallery" },
{ name: "Reviews", id: "testimonials" }, { name: "Reviews", id: "testimonials" },
{ name: "Locations", id: "footer" }, { name: "Full Menu", id: "full-menu" },
]; ];
const footerColumns = [ const footerColumns = [
@@ -323,11 +323,11 @@ export default function HomePage() {
text: "Order Online Now", href: "/order-now" text: "Order Online Now", href: "/order-now"
}, },
{ {
text: "View Full Menu", href: "/menu" text: "View Full Menu", href: "/full-menu"
}, },
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
imageSrc="data:image/svg+xml,%3Csvg xmlns=?_wi=3'http://www.w3.org/2000/svg' width='400' height='300' viewBox='0 0 400 300'%3E%3Crect fill='%23e8e8e8' width='400' height='300'/%3E%3Ctext x='50%' y='50%' font-size='16' text-anchor='middle' dominant-baseline='middle' fill='%23999'%3ETemplate Image%3C/text%3E%3C/svg%3E" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Afn0reuidgadYlHif4J2xHlmq8/uploaded-1774037074715-sefatm1w.png"
imageAlt="Red Caribbean Flair Island Jerk Grill Trailer" imageAlt="Red Caribbean Flair Island Jerk Grill Trailer"
mediaAnimation="opacity" mediaAnimation="opacity"
imagePosition="right" imagePosition="right"
@@ -363,8 +363,8 @@ export default function HomePage() {
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Afn0reuidgadYlHif4J2xHlmq8/uploaded-1774032307530-eoalvxyb.jpg", imageAlt: "Curry shrimp over rice and peas" "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Afn0reuidgadYlHif4J2xHlmq8/uploaded-1774032307530-eoalvxyb.jpg", imageAlt: "Curry shrimp over rice and peas"
}, },
{ {
id: "conch-fritters", name: "Jerk Pork Dinner", price: "$15.95", variant: "Over Grill ", imageSrc: id: "jerk-pork", name: "Jerk Pork Dinner", price: "$15.95", variant: "Over Grill", imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Afn0reuidgadYlHif4J2xHlmq8/uploaded-1774032264249-39yd1uqq.jpg", imageAlt: "Golden conch fritters with dipping sauce" "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Afn0reuidgadYlHif4J2xHlmq8/uploaded-1774037337497-f5ulijog.jpg", imageAlt: "Jerk pork platter grilled to perfection"
}, },
]} ]}
/> />