Merge version_1 into main #2
@@ -44,7 +44,7 @@ export default function AboutPage() {
|
||||
description="El Faro Latin Cafe"
|
||||
subdescription="Doral, Florida"
|
||||
icon={Heart}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/tables-chairs-arranged-empty-coffee-shop_107420-96463.jpg?_wi=3"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/tables-chairs-arranged-empty-coffee-shop_107420-96463.jpg"
|
||||
imageAlt="Warm, inviting restaurant interior"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -63,35 +63,14 @@ export default function AboutPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "El Faro Latin Cafe",
|
||||
name: "Authentic Cuban Sandwich",
|
||||
price: "$12.95",
|
||||
rating: 5,
|
||||
reviewCount: "89",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/philly-cheesesteak-sandwich-wooden-table-traditional-philadelphia-sandwich_123827-21953.jpg?_wi=4",
|
||||
imageAlt: "Pressed Cuban sandwich with pickles and ham",
|
||||
},
|
||||
id: "1", brand: "El Faro Latin Cafe", name: "Authentic Cuban Sandwich", price: "$12.95", rating: 5,
|
||||
reviewCount: "89", imageSrc: "http://img.b2bpic.net/free-photo/philly-cheesesteak-sandwich-wooden-table-traditional-philadelphia-sandwich_123827-21953.jpg", imageAlt: "Pressed Cuban sandwich with pickles and ham"},
|
||||
{
|
||||
id: "2",
|
||||
brand: "El Faro Latin Cafe",
|
||||
name: "Ropa Vieja",
|
||||
price: "$14.95",
|
||||
rating: 5,
|
||||
reviewCount: "76",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/healthy-jaggery-still-life-composition_23-2149161606.jpg?_wi=4",
|
||||
imageAlt: "Traditional shredded beef in tomato sauce",
|
||||
},
|
||||
id: "2", brand: "El Faro Latin Cafe", name: "Ropa Vieja", price: "$14.95", rating: 5,
|
||||
reviewCount: "76", imageSrc: "http://img.b2bpic.net/free-photo/healthy-jaggery-still-life-composition_23-2149161606.jpg", imageAlt: "Traditional shredded beef in tomato sauce"},
|
||||
{
|
||||
id: "3",
|
||||
brand: "El Faro Latin Cafe",
|
||||
name: "Arroz con Pollo",
|
||||
price: "$13.95",
|
||||
rating: 5,
|
||||
reviewCount: "82",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/caesar-salad-with-fried-chicken_141793-626.jpg?_wi=4",
|
||||
imageAlt: "Saffron rice with tender chicken",
|
||||
},
|
||||
id: "3", brand: "El Faro Latin Cafe", name: "Arroz con Pollo", price: "$13.95", rating: 5,
|
||||
reviewCount: "82", imageSrc: "http://img.b2bpic.net/free-photo/caesar-salad-with-fried-chicken_141793-626.jpg", imageAlt: "Saffron rice with tender chicken"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -108,41 +87,17 @@ export default function AboutPage() {
|
||||
showRating={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Maria Rodriguez",
|
||||
handle: "@maria_doral",
|
||||
testimonial: "The best authentic Cuban food in Doral! The coffee is incredible and the staff treats you like family. We come back every week.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/redhead-female-supervisor-dressed-elegant-suit-grey-background_613910-1352.jpg?_wi=2",
|
||||
imageAlt: "Maria Rodriguez",
|
||||
},
|
||||
id: "1", name: "Maria Rodriguez", handle: "@maria_doral", testimonial: "The best authentic Cuban food in Doral! The coffee is incredible and the staff treats you like family. We come back every week.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/redhead-female-supervisor-dressed-elegant-suit-grey-background_613910-1352.jpg", imageAlt: "Maria Rodriguez"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Carlos Mendez",
|
||||
handle: "@carlos_miami",
|
||||
testimonial: "Finally found a place that makes real Cuban sandwiches the way they should be made. Absolutely delicious and reasonably priced!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-leaning-wall-holding-cellphone-looking-camera_23-2148193963.jpg?_wi=2",
|
||||
imageAlt: "Carlos Mendez",
|
||||
},
|
||||
id: "2", name: "Carlos Mendez", handle: "@carlos_miami", testimonial: "Finally found a place that makes real Cuban sandwiches the way they should be made. Absolutely delicious and reasonably priced!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-leaning-wall-holding-cellphone-looking-camera_23-2148193963.jpg", imageAlt: "Carlos Mendez"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Sophia Gonzalez",
|
||||
handle: "@sophia_foodie",
|
||||
testimonial: "The ropa vieja is perfection. Homemade taste that reminds me of my grandmother's cooking. El Faro is a gem!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe-with-laptop_273609-12858.jpg?_wi=2",
|
||||
imageAlt: "Sophia Gonzalez",
|
||||
},
|
||||
id: "3", name: "Sophia Gonzalez", handle: "@sophia_foodie", testimonial: "The ropa vieja is perfection. Homemade taste that reminds me of my grandmother's cooking. El Faro is a gem!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe-with-laptop_273609-12858.jpg", imageAlt: "Sophia Gonzalez"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Miguel Torres",
|
||||
handle: "@miguel_says",
|
||||
testimonial: "Great atmosphere, friendly people, and authentic food. Whether dine-in, takeout, or delivery - always excellent service. Highly recommend!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-posing-outdoors_23-2149439815.jpg?_wi=2",
|
||||
imageAlt: "Miguel Torres",
|
||||
},
|
||||
id: "4", name: "Miguel Torres", handle: "@miguel_says", testimonial: "Great atmosphere, friendly people, and authentic food. Whether dine-in, takeout, or delivery - always excellent service. Highly recommend!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-posing-outdoors_23-2149439815.jpg", imageAlt: "Miguel Torres"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -44,13 +44,9 @@ export default function ContactPage() {
|
||||
description="Located at 5305 NW 79th Ave, Doral, FL 33166. We're open daily and ready to serve you authentic Cuban cuisine. Call us or visit today!"
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now: (305) 994-3276",
|
||||
href: "tel:+13059943276",
|
||||
},
|
||||
text: "Call Now: (305) 994-3276", href: "tel:+13059943276"},
|
||||
{
|
||||
text: "Get Directions",
|
||||
href: "https://maps.google.com/?q=5305+NW+79th+Ave,+Doral,+Florida+33166",
|
||||
},
|
||||
text: "Get Directions", href: "https://maps.google.com/?q=5305+NW+79th+Ave,+Doral,+Florida+33166"},
|
||||
]}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
@@ -71,41 +67,17 @@ export default function ContactPage() {
|
||||
showRating={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Maria Rodriguez",
|
||||
handle: "@maria_doral",
|
||||
testimonial: "The best authentic Cuban food in Doral! The coffee is incredible and the staff treats you like family. We come back every week.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/redhead-female-supervisor-dressed-elegant-suit-grey-background_613910-1352.jpg?_wi=3",
|
||||
imageAlt: "Maria Rodriguez",
|
||||
},
|
||||
id: "1", name: "Maria Rodriguez", handle: "@maria_doral", testimonial: "The best authentic Cuban food in Doral! The coffee is incredible and the staff treats you like family. We come back every week.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/redhead-female-supervisor-dressed-elegant-suit-grey-background_613910-1352.jpg", imageAlt: "Maria Rodriguez"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Carlos Mendez",
|
||||
handle: "@carlos_miami",
|
||||
testimonial: "Finally found a place that makes real Cuban sandwiches the way they should be made. Absolutely delicious and reasonably priced!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-leaning-wall-holding-cellphone-looking-camera_23-2148193963.jpg?_wi=3",
|
||||
imageAlt: "Carlos Mendez",
|
||||
},
|
||||
id: "2", name: "Carlos Mendez", handle: "@carlos_miami", testimonial: "Finally found a place that makes real Cuban sandwiches the way they should be made. Absolutely delicious and reasonably priced!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-leaning-wall-holding-cellphone-looking-camera_23-2148193963.jpg", imageAlt: "Carlos Mendez"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Sophia Gonzalez",
|
||||
handle: "@sophia_foodie",
|
||||
testimonial: "The ropa vieja is perfection. Homemade taste that reminds me of my grandmother's cooking. El Faro is a gem!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe-with-laptop_273609-12858.jpg?_wi=3",
|
||||
imageAlt: "Sophia Gonzalez",
|
||||
},
|
||||
id: "3", name: "Sophia Gonzalez", handle: "@sophia_foodie", testimonial: "The ropa vieja is perfection. Homemade taste that reminds me of my grandmother's cooking. El Faro is a gem!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe-with-laptop_273609-12858.jpg", imageAlt: "Sophia Gonzalez"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Miguel Torres",
|
||||
handle: "@miguel_says",
|
||||
testimonial: "Great atmosphere, friendly people, and authentic food. Whether dine-in, takeout, or delivery - always excellent service. Highly recommend!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-posing-outdoors_23-2149439815.jpg?_wi=3",
|
||||
imageAlt: "Miguel Torres",
|
||||
},
|
||||
id: "4", name: "Miguel Torres", handle: "@miguel_says", testimonial: "Great atmosphere, friendly people, and authentic food. Whether dine-in, takeout, or delivery - always excellent service. Highly recommend!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-posing-outdoors_23-2149439815.jpg", imageAlt: "Miguel Torres"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -44,65 +44,23 @@ export default function MenuPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "El Faro Latin Cafe",
|
||||
name: "Authentic Cuban Sandwich",
|
||||
price: "$12.95",
|
||||
rating: 5,
|
||||
reviewCount: "89",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/philly-cheesesteak-sandwich-wooden-table-traditional-philadelphia-sandwich_123827-21953.jpg?_wi=3",
|
||||
imageAlt: "Pressed Cuban sandwich with pickles and ham",
|
||||
},
|
||||
id: "1", brand: "El Faro Latin Cafe", name: "Authentic Cuban Sandwich", price: "$12.95", rating: 5,
|
||||
reviewCount: "89", imageSrc: "http://img.b2bpic.net/free-photo/philly-cheesesteak-sandwich-wooden-table-traditional-philadelphia-sandwich_123827-21953.jpg", imageAlt: "Pressed Cuban sandwich with pickles and ham"},
|
||||
{
|
||||
id: "2",
|
||||
brand: "El Faro Latin Cafe",
|
||||
name: "Ropa Vieja",
|
||||
price: "$14.95",
|
||||
rating: 5,
|
||||
reviewCount: "76",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/healthy-jaggery-still-life-composition_23-2149161606.jpg?_wi=2",
|
||||
imageAlt: "Traditional shredded beef in tomato sauce",
|
||||
},
|
||||
id: "2", brand: "El Faro Latin Cafe", name: "Ropa Vieja", price: "$14.95", rating: 5,
|
||||
reviewCount: "76", imageSrc: "http://img.b2bpic.net/free-photo/healthy-jaggery-still-life-composition_23-2149161606.jpg", imageAlt: "Traditional shredded beef in tomato sauce"},
|
||||
{
|
||||
id: "3",
|
||||
brand: "El Faro Latin Cafe",
|
||||
name: "Arroz con Pollo",
|
||||
price: "$13.95",
|
||||
rating: 5,
|
||||
reviewCount: "82",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/caesar-salad-with-fried-chicken_141793-626.jpg?_wi=2",
|
||||
imageAlt: "Saffron rice with tender chicken",
|
||||
},
|
||||
id: "3", brand: "El Faro Latin Cafe", name: "Arroz con Pollo", price: "$13.95", rating: 5,
|
||||
reviewCount: "82", imageSrc: "http://img.b2bpic.net/free-photo/caesar-salad-with-fried-chicken_141793-626.jpg", imageAlt: "Saffron rice with tender chicken"},
|
||||
{
|
||||
id: "4",
|
||||
brand: "El Faro Latin Cafe",
|
||||
name: "Cuban Colada Coffee",
|
||||
price: "$3.95",
|
||||
rating: 5,
|
||||
reviewCount: "124",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/traditional-irish-cream-coffee-liqueur-with-ice-wooden-table_123827-29685.jpg",
|
||||
imageAlt: "Traditional Cuban espresso coffee",
|
||||
},
|
||||
id: "4", brand: "El Faro Latin Cafe", name: "Cuban Colada Coffee", price: "$3.95", rating: 5,
|
||||
reviewCount: "124", imageSrc: "http://img.b2bpic.net/free-photo/traditional-irish-cream-coffee-liqueur-with-ice-wooden-table_123827-29685.jpg", imageAlt: "Traditional Cuban espresso coffee"},
|
||||
{
|
||||
id: "5",
|
||||
brand: "El Faro Latin Cafe",
|
||||
name: "Lechon Asado",
|
||||
price: "$16.95",
|
||||
rating: 5,
|
||||
reviewCount: "67",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/healthy-jaggery-still-life-composition_23-2149161606.jpg?_wi=3",
|
||||
imageAlt: "Roasted pork with rice and beans",
|
||||
},
|
||||
id: "5", brand: "El Faro Latin Cafe", name: "Lechon Asado", price: "$16.95", rating: 5,
|
||||
reviewCount: "67", imageSrc: "http://img.b2bpic.net/free-photo/healthy-jaggery-still-life-composition_23-2149161606.jpg", imageAlt: "Roasted pork with rice and beans"},
|
||||
{
|
||||
id: "6",
|
||||
brand: "El Faro Latin Cafe",
|
||||
name: "Picadillo",
|
||||
price: "$11.95",
|
||||
rating: 5,
|
||||
reviewCount: "58",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/caesar-salad-with-fried-chicken_141793-626.jpg?_wi=3",
|
||||
imageAlt: "Ground beef with olives and raisins",
|
||||
},
|
||||
id: "6", brand: "El Faro Latin Cafe", name: "Picadillo", price: "$11.95", rating: 5,
|
||||
reviewCount: "58", imageSrc: "http://img.b2bpic.net/free-photo/caesar-salad-with-fried-chicken_141793-626.jpg", imageAlt: "Ground beef with olives and raisins"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -115,13 +73,9 @@ export default function MenuPage() {
|
||||
description="Call us to place your order for dine-in, takeout, or delivery. We prepare every dish fresh to order using traditional Cuban recipes and the finest ingredients."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call to Order: (305) 994-3276",
|
||||
href: "tel:+13059943276",
|
||||
},
|
||||
text: "Call to Order: (305) 994-3276", href: "tel:+13059943276"},
|
||||
{
|
||||
text: "Visit Us",
|
||||
href: "https://maps.google.com/?q=5305+NW+79th+Ave,+Doral,+Florida+33166",
|
||||
},
|
||||
text: "Visit Us", href: "https://maps.google.com/?q=5305+NW+79th+Ave,+Doral,+Florida+33166"},
|
||||
]}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
|
||||
103
src/app/page.tsx
103
src/app/page.tsx
@@ -44,27 +44,17 @@ export default function HomePage() {
|
||||
background={{ variant: "plain" }}
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:+13059943276",
|
||||
},
|
||||
text: "Call Now", href: "tel:+13059943276"},
|
||||
{
|
||||
text: "Get Directions",
|
||||
href: "https://maps.google.com/?q=5305+NW+79th+Ave,+Doral,+Florida+33166",
|
||||
},
|
||||
text: "Get Directions", href: "https://maps.google.com/?q=5305+NW+79th+Ave,+Doral,+Florida+33166"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-enjoying-his-virtual-date_23-2149307285.jpg",
|
||||
imageAlt: "Authentic Cuban breakfast with coffee",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-enjoying-his-virtual-date_23-2149307285.jpg", imageAlt: "Authentic Cuban breakfast with coffee"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/philly-cheesesteak-sandwich-wooden-table-traditional-philadelphia-sandwich_123827-21953.jpg?_wi=1",
|
||||
imageAlt: "Traditional Cuban sandwich",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/philly-cheesesteak-sandwich-wooden-table-traditional-philadelphia-sandwich_123827-21953.jpg", imageAlt: "Traditional Cuban sandwich"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tables-chairs-arranged-empty-coffee-shop_107420-96463.jpg?_wi=1",
|
||||
imageAlt: "Warm restaurant interior",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tables-chairs-arranged-empty-coffee-shop_107420-96463.jpg", imageAlt: "Warm restaurant interior"},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
buttonAnimation="slide-up"
|
||||
@@ -82,35 +72,14 @@ export default function HomePage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "El Faro Latin Cafe",
|
||||
name: "Authentic Cuban Sandwich",
|
||||
price: "$12.95",
|
||||
rating: 5,
|
||||
reviewCount: "89",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/philly-cheesesteak-sandwich-wooden-table-traditional-philadelphia-sandwich_123827-21953.jpg?_wi=2",
|
||||
imageAlt: "Pressed Cuban sandwich with pickles and ham",
|
||||
},
|
||||
id: "1", brand: "El Faro Latin Cafe", name: "Authentic Cuban Sandwich", price: "$12.95", rating: 5,
|
||||
reviewCount: "89", imageSrc: "http://img.b2bpic.net/free-photo/philly-cheesesteak-sandwich-wooden-table-traditional-philadelphia-sandwich_123827-21953.jpg", imageAlt: "Pressed Cuban sandwich with pickles and ham"},
|
||||
{
|
||||
id: "2",
|
||||
brand: "El Faro Latin Cafe",
|
||||
name: "Ropa Vieja",
|
||||
price: "$14.95",
|
||||
rating: 5,
|
||||
reviewCount: "76",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/healthy-jaggery-still-life-composition_23-2149161606.jpg?_wi=1",
|
||||
imageAlt: "Traditional shredded beef in tomato sauce",
|
||||
},
|
||||
id: "2", brand: "El Faro Latin Cafe", name: "Ropa Vieja", price: "$14.95", rating: 5,
|
||||
reviewCount: "76", imageSrc: "http://img.b2bpic.net/free-photo/healthy-jaggery-still-life-composition_23-2149161606.jpg", imageAlt: "Traditional shredded beef in tomato sauce"},
|
||||
{
|
||||
id: "3",
|
||||
brand: "El Faro Latin Cafe",
|
||||
name: "Arroz con Pollo",
|
||||
price: "$13.95",
|
||||
rating: 5,
|
||||
reviewCount: "82",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/caesar-salad-with-fried-chicken_141793-626.jpg?_wi=1",
|
||||
imageAlt: "Saffron rice with tender chicken",
|
||||
},
|
||||
id: "3", brand: "El Faro Latin Cafe", name: "Arroz con Pollo", price: "$13.95", rating: 5,
|
||||
reviewCount: "82", imageSrc: "http://img.b2bpic.net/free-photo/caesar-salad-with-fried-chicken_141793-626.jpg", imageAlt: "Saffron rice with tender chicken"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -122,7 +91,7 @@ export default function HomePage() {
|
||||
description="El Faro Latin Cafe"
|
||||
subdescription="Doral, Florida"
|
||||
icon={Heart}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/tables-chairs-arranged-empty-coffee-shop_107420-96463.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/tables-chairs-arranged-empty-coffee-shop_107420-96463.jpg"
|
||||
imageAlt="Warm, inviting restaurant interior"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -140,41 +109,17 @@ export default function HomePage() {
|
||||
showRating={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Maria Rodriguez",
|
||||
handle: "@maria_doral",
|
||||
testimonial: "The best authentic Cuban food in Doral! The coffee is incredible and the staff treats you like family. We come back every week.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/redhead-female-supervisor-dressed-elegant-suit-grey-background_613910-1352.jpg?_wi=1",
|
||||
imageAlt: "Maria Rodriguez",
|
||||
},
|
||||
id: "1", name: "Maria Rodriguez", handle: "@maria_doral", testimonial: "The best authentic Cuban food in Doral! The coffee is incredible and the staff treats you like family. We come back every week.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/redhead-female-supervisor-dressed-elegant-suit-grey-background_613910-1352.jpg", imageAlt: "Maria Rodriguez"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Carlos Mendez",
|
||||
handle: "@carlos_miami",
|
||||
testimonial: "Finally found a place that makes real Cuban sandwiches the way they should be made. Absolutely delicious and reasonably priced!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-leaning-wall-holding-cellphone-looking-camera_23-2148193963.jpg?_wi=1",
|
||||
imageAlt: "Carlos Mendez",
|
||||
},
|
||||
id: "2", name: "Carlos Mendez", handle: "@carlos_miami", testimonial: "Finally found a place that makes real Cuban sandwiches the way they should be made. Absolutely delicious and reasonably priced!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-leaning-wall-holding-cellphone-looking-camera_23-2148193963.jpg", imageAlt: "Carlos Mendez"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Sophia Gonzalez",
|
||||
handle: "@sophia_foodie",
|
||||
testimonial: "The ropa vieja is perfection. Homemade taste that reminds me of my grandmother's cooking. El Faro is a gem!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe-with-laptop_273609-12858.jpg?_wi=1",
|
||||
imageAlt: "Sophia Gonzalez",
|
||||
},
|
||||
id: "3", name: "Sophia Gonzalez", handle: "@sophia_foodie", testimonial: "The ropa vieja is perfection. Homemade taste that reminds me of my grandmother's cooking. El Faro is a gem!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe-with-laptop_273609-12858.jpg", imageAlt: "Sophia Gonzalez"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Miguel Torres",
|
||||
handle: "@miguel_says",
|
||||
testimonial: "Great atmosphere, friendly people, and authentic food. Whether dine-in, takeout, or delivery - always excellent service. Highly recommend!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-posing-outdoors_23-2149439815.jpg?_wi=1",
|
||||
imageAlt: "Miguel Torres",
|
||||
},
|
||||
id: "4", name: "Miguel Torres", handle: "@miguel_says", testimonial: "Great atmosphere, friendly people, and authentic food. Whether dine-in, takeout, or delivery - always excellent service. Highly recommend!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-posing-outdoors_23-2149439815.jpg", imageAlt: "Miguel Torres"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -187,13 +132,9 @@ export default function HomePage() {
|
||||
description="Located at 5305 NW 79th Ave, Doral, FL 33166. We're open daily and ready to serve you authentic Cuban cuisine. Call us or visit today!"
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now: (305) 994-3276",
|
||||
href: "tel:+13059943276",
|
||||
},
|
||||
text: "Call Now: (305) 994-3276", href: "tel:+13059943276"},
|
||||
{
|
||||
text: "Get Directions",
|
||||
href: "https://maps.google.com/?q=5305+NW+79th+Ave,+Doral,+Florida+33166",
|
||||
},
|
||||
text: "Get Directions", href: "https://maps.google.com/?q=5305+NW+79th+Ave,+Doral,+Florida+33166"},
|
||||
]}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
|
||||
@@ -1,51 +1,49 @@
|
||||
"use client";
|
||||
|
||||
import { memo } from "react";
|
||||
import useSvgTextLogo from "./useSvgTextLogo";
|
||||
import { cls } from "@/lib/utils";
|
||||
import React from 'react';
|
||||
|
||||
interface SvgTextLogoProps {
|
||||
logoText: string;
|
||||
adjustHeightFactor?: number;
|
||||
verticalAlign?: "top" | "center";
|
||||
text: string;
|
||||
className?: string;
|
||||
fontSize?: number;
|
||||
fontWeight?: number | string;
|
||||
letterSpacing?: number;
|
||||
}
|
||||
|
||||
const SvgTextLogo = memo<SvgTextLogoProps>(function SvgTextLogo({
|
||||
logoText,
|
||||
adjustHeightFactor,
|
||||
verticalAlign = "top",
|
||||
className = "",
|
||||
}) {
|
||||
const { svgRef, textRef, viewBox, aspectRatio } = useSvgTextLogo(logoText, false, adjustHeightFactor);
|
||||
const SvgTextLogo: React.FC<SvgTextLogoProps> = ({
|
||||
text,
|
||||
className = '',
|
||||
fontSize = 32,
|
||||
fontWeight = 700,
|
||||
letterSpacing = 0,
|
||||
}) => {
|
||||
const textLength = text.length;
|
||||
const charWidth = fontSize * 0.6;
|
||||
const width = textLength * charWidth + letterSpacing * (textLength - 1);
|
||||
const height = fontSize * 1.2;
|
||||
|
||||
return (
|
||||
<svg
|
||||
ref={svgRef}
|
||||
viewBox={viewBox}
|
||||
className={cls("w-full", className)}
|
||||
style={{ aspectRatio: aspectRatio }}
|
||||
preserveAspectRatio="none"
|
||||
width={width}
|
||||
height={height}
|
||||
viewBox={`0 0 ${width} ${height}`}
|
||||
className={className}
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
role="img"
|
||||
aria-label={`${logoText} logo`}
|
||||
aria-label={text}
|
||||
>
|
||||
<text
|
||||
ref={textRef}
|
||||
x="0"
|
||||
y={verticalAlign === "center" ? "50%" : "0"}
|
||||
className="font-bold fill-current"
|
||||
style={{
|
||||
fontSize: "20px",
|
||||
letterSpacing: "-0.02em",
|
||||
dominantBaseline: verticalAlign === "center" ? "middle" : "text-before-edge"
|
||||
}}
|
||||
x={width / 2}
|
||||
y={height / 2}
|
||||
fontSize={fontSize}
|
||||
fontWeight={fontWeight}
|
||||
letterSpacing={letterSpacing}
|
||||
textAnchor="middle"
|
||||
dominantBaseline="central"
|
||||
fill="currentColor"
|
||||
>
|
||||
{logoText}
|
||||
{text}
|
||||
</text>
|
||||
</svg>
|
||||
);
|
||||
});
|
||||
|
||||
SvgTextLogo.displayName = "SvgTextLogo";
|
||||
};
|
||||
|
||||
export default SvgTextLogo;
|
||||
|
||||
Reference in New Issue
Block a user