7 Commits

Author SHA1 Message Date
1389c6a04d Switch to version 1: modified src/app/styles/variables.css 2026-03-10 19:27:12 +00:00
fb79c956b4 Switch to version 1: modified src/app/page.tsx 2026-03-10 19:27:12 +00:00
1599ab3acb Merge version_2 into main
Merge version_2 into main
2026-03-10 19:26:55 +00:00
920163b24f Merge version_2 into main
Merge version_2 into main
2026-03-10 19:26:18 +00:00
ce88c2f0c7 Merge version_2 into main
Merge version_2 into main
2026-03-10 19:26:02 +00:00
7b196d713d Merge version_2 into main
Merge version_2 into main
2026-03-10 19:25:48 +00:00
b7e6b41e99 Merge version_2 into main
Merge version_2 into main
2026-03-10 19:25:23 +00:00
2 changed files with 17 additions and 17 deletions

View File

@@ -42,7 +42,7 @@ export default function LandingPage() {
description="Summer treats, unforgettable events, and a brand-new chapter. Your favorite ice cream truck is rolling back into town with classic treats, frozen novelties, and smiles."
background={{ variant: "plain" }}
buttons={[
{ text: "Book Now", href: "#booking" },
{ text: "Book the Truck", href: "#booking" },
{ text: "Learn More", href: "#about" }
]}
layoutOrder="default"
@@ -64,11 +64,11 @@ export default function LandingPage() {
features={[
{
id: "graduation", title: "Graduation Parties", author: "Celebrate Success", description: "Make your graduation celebration unforgettable with Nice Bite. Guests of all ages love the nostalgic experience of ordering directly from the truck.", tags: ["Memorable", "Exciting"],
imageSrc: "http://img.b2bpic.net/free-photo/two-happy-fit-woman-pink-yellow-sunglasses-smiling-having-fun-laughing-with-donuts-outdoor_343596-490.jpg?_wi=1", imageAlt: "Graduation party celebration"
imageSrc: "http://img.b2bpic.net/free-photo/two-happy-fit-woman-pink-yellow-sunglasses-smiling-having-fun-laughing-with-donuts-outdoor_343596-490.jpg", imageAlt: "Graduation party celebration"
},
{
id: "events", title: "All Summer Events", author: "Community Connection", description: "From birthday parties to neighborhood block parties and school celebrations, Nice Bite is the perfect addition to any summer gathering.", tags: ["Community", "Fun"],
imageSrc: "http://img.b2bpic.net/free-photo/two-happy-fit-woman-pink-yellow-sunglasses-smiling-having-fun-laughing-with-donuts-outdoor_343596-490.jpg?_wi=2", imageAlt: "Summer event celebration"
imageSrc: "http://img.b2bpic.net/free-photo/two-happy-fit-woman-pink-yellow-sunglasses-smiling-having-fun-laughing-with-donuts-outdoor_343596-490.jpg", imageAlt: "Summer event celebration"
}
]}
textboxLayout="default"
@@ -108,20 +108,20 @@ export default function LandingPage() {
products={[
{
id: "1", brand: "Nice Bite", name: "Classic Ice Cream Bars", price: "Starting at $3", rating: 5,
reviewCount: "Favorite", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-popsicles-with-fruit_23-2148763626.jpg?_wi=1", imageAlt: "Classic ice cream bars"
reviewCount: "Favorite", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-popsicles-with-fruit_23-2148763626.jpg", imageAlt: "Classic ice cream bars"
},
{
id: "2", brand: "Nice Bite", name: "Frozen Novelties", price: "Starting at $4", rating: 5,
reviewCount: "Popular", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-popsicles-with-fruit_23-2148763626.jpg?_wi=2", imageAlt: "Frozen novelties"
reviewCount: "Popular", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-popsicles-with-fruit_23-2148763626.jpg", imageAlt: "Frozen novelties"
},
{
id: "3", brand: "Nice Bite", name: "Summer Specials", price: "Seasonal", rating: 5,
reviewCount: "Limited", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-popsicles-with-fruit_23-2148763626.jpg?_wi=3", imageAlt: "Summer special treats"
reviewCount: "Limited", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-popsicles-with-fruit_23-2148763626.jpg", imageAlt: "Summer special treats"
}
]}
gridVariant="three-columns-all-equal-width"
buttons={[
{ text: "Book Now", href: "#booking" }
{ text: "Book the Truck", href: "#booking" }
]}
buttonAnimation="opacity"
/>
@@ -135,7 +135,7 @@ export default function LandingPage() {
useInvertedBackground={false}
buttons={[
{ text: "Book Now", href: "mailto:booking@nicebite.local" },
{ text: "Call Now", href: "tel:+1234567890" }
{ text: "Contact Us", href: "tel:+1234567890" }
]}
/>
</div>

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #154dce;
--card: #1590c5;
--foreground: #000612e6;
--primary-cta: #15479c;
--primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9;
--secondary-cta-text: #000612e6;
--accent: #e2e2e2;
--background-accent: #c4c4c4;
--background: #f6f0e9;
--card: #efe7dd;
--foreground: #2b180a;
--primary-cta: #2b180a;
--primary-cta-text: #f6f0e9;
--secondary-cta: #efe7dd;
--secondary-cta-text: #2b180a;
--accent: #94877c;
--background-accent: #afa094;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);