diff --git a/src/components/section-2.tsx b/src/components/section-2.tsx index 0f63273..ac3b8b4 100644 --- a/src/components/section-2.tsx +++ b/src/components/section-2.tsx @@ -27,6 +27,23 @@ export function Section2() { height={200} className="rounded-lg object-cover w-full h-48" /> +
+

Extra Toppings

+
+
+ Caramel Syrup + +$0.50 +
+
+ Vanilla Cream + +$0.75 +
+
+ Chocolate Drizzle + +$0.60 +
+
+
@@ -47,6 +64,143 @@ export function Section2() { height={200} className="rounded-lg object-cover w-full h-48" /> +
+

Extra Toppings

+
+
+ Cinnamon Powder + +$0.40 +
+
+ Whipped Cream + +$0.70 +
+
+ Cocoa Sprinkle + +$0.50 +
+
+
+ +
+ + +
+ Coffee +
+ 12oz: $3.00 + 16oz: $3.50 +
+
+ + Classic brewed coffee, smooth and rich + +
+ + Coffee +
+

Extra Toppings

+
+
+ Hazelnut Syrup + +$0.50 +
+
+ Almond Milk + +$0.75 +
+
+ Extra Shot + +$1.00 +
+
+
+
+
+ + + +
+

Specialty Drinks

+
+ + +
+ Lavender Latte + $5.50 +
+ + Espresso with lavender-infused milk + +
+ + Lavender Latte +
+

Extra Toppings

+
+
+ Honey Drizzle + +$0.50 +
+
+ Almond Milk + +$0.75 +
+
+ Lavender Sprinkle + +$0.40 +
+
+
+
+
+ + +
+ Matcha Frappe + $5.99 +
+ + Blended green tea with ice and cream + +
+ + Matcha Frappe +
+

Extra Toppings

+
+
+ Coconut Cream + +$0.60 +
+
+ Whipped Cream + +$0.70 +
+
+ Extra Matcha + +$0.50 +
+
+
@@ -73,6 +227,23 @@ export function Section2() { height={200} className="rounded-lg object-cover w-full h-48" /> +
+

Extra Toppings

+
+
+ Poached Egg + +$1.50 +
+
+ Smoked Salmon + +$2.50 +
+
+ Feta Cheese + +$1.00 +
+
+
@@ -93,6 +264,23 @@ export function Section2() { height={200} className="rounded-lg object-cover w-full h-48" /> +
+

Extra Toppings

+
+
+ Jam + +$0.50 +
+
+ Butter + +$0.30 +
+
+ Honey + +$0.60 +
+
+
diff --git a/src/components/section.tsx b/src/components/section.tsx index 2851a7e..6d110b3 100644 --- a/src/components/section.tsx +++ b/src/components/section.tsx @@ -2,14 +2,13 @@ import Image from "next/image"; import Link from "next/link"; -import { MapPin, Mail, Phone } from "lucide-react"; +import { MapPin, Mail, Phone, Facebook } from "lucide-react"; import { Button } from "@/components/ui/button"; import { Card, CardHeader, CardTitle, CardDescription, CardContent } from "@/components/ui/card"; export function Section() { const openMapsApp = () => { - console.log('Button clicked!'); // Add this log to check if the function is being triggered const coordinates = "500 Broadway East, Little Falls, MN 56345"; const userAgent = navigator.userAgent || navigator.vendor; @@ -150,6 +149,17 @@ export function Section() { +
+ + + Follow us on Facebook + +