5 Commits

Author SHA1 Message Date
d088b49a4f Update src/app/page.tsx 2026-03-12 16:21:42 +00:00
ea2905f11f Merge version_2 into main
Merge version_2 into main
2026-03-12 16:15:02 +00:00
8467c264eb Update src/app/styles/variables.css 2026-03-12 16:14:58 +00:00
ca924eb62a Merge version_1 into main
Merge version_1 into main
2026-03-12 16:13:29 +00:00
0d08e94520 Merge version_1 into main
Merge version_1 into main
2026-03-12 16:12:38 +00:00
2 changed files with 14 additions and 11 deletions

View File

@@ -86,16 +86,19 @@ export default function LandingPage() {
animationType="slide-up"
products={[
{
id: "1", name: "Spicy Honey Garlic Wings", price: "Fresh Daily", imageSrc: "http://img.b2bpic.net/free-photo/buffalo-spicy-chicken-wings-with-cayenne-pepper-sauce-isolated-white-background_123827-29083.jpg", imageAlt: "Spicy honey garlic wings"
id: "1", name: "Spicy Honey Garlic Wings", price: "Fresh Daily", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AotlanrO6Nk1cglBufIaJoSPxd/uploaded-1773332463171-72bjl39m.png", imageAlt: "Spicy honey garlic wings"
},
{
id: "2", name: "Buffalo Chicken Fries", price: "Signature Dish", imageSrc: "http://img.b2bpic.net/free-photo/group-cheerful-friends-eating-donuts-cafe_637285-7978.jpg", imageAlt: "Buffalo chicken fries with sauce"
id: "2", name: "Buffalo Chicken Fries", price: "Signature Dish", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AotlanrO6Nk1cglBufIaJoSPxd/uploaded-1773332463171-v75v6fd8.png", imageAlt: "Buffalo chicken fries with sauce"
},
{
id: "3", name: "Whiting Fish & Fries", price: "House Special", imageSrc: "http://img.b2bpic.net/free-photo/chicken-schnitzel-served-with-lettuce-greens_141793-569.jpg", imageAlt: "Crispy fried whiting fish basket"
id: "3", name: "Whiting Fish & Fries", price: "House Special", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AotlanrO6Nk1cglBufIaJoSPxd/uploaded-1773332463171-9axm48uf.png", imageAlt: "Crispy fried whiting fish basket"
},
{
id: "4", name: "Chicken, Salmon & Shrimp Tacos", price: "Made Fresh", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-taco-plate_23-2148764324.jpg", imageAlt: "Gourmet seafood and chicken tacos"
id: "4", name: "Chicken, Salmon & Shrimp Tacos", price: "Made Fresh", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AotlanrO6Nk1cglBufIaJoSPxd/uploaded-1773332463171-kmn3y8pn.png", imageAlt: "Gourmet seafood and chicken tacos"
},
{
id: "5", name: "Featured Special", price: "Chef's Pick", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AotlanrO6Nk1cglBufIaJoSPxd/uploaded-1773332463171-svke6qie.png", imageAlt: "Chef's special dish"
}
]}
/>

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #f5f5f5;
--card: #ffffff;
--foreground: #1c1c1c;
--primary-cta: #1c1c1c;
--background: #000000;
--card: #000000;
--foreground: #ffffff;
--primary-cta: #ffffff;
--primary-cta-text: #f5f5f5;
--secondary-cta: #ffffff;
--secondary-cta: #000000;
--secondary-cta-text: #1c1c1c;
--accent: #e63946;
--background-accent: #e8bea8;
--accent: #ffffff;
--background-accent: #ffffff;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);