Update src/app/about/page.tsx
This commit is contained in:
@@ -102,16 +102,16 @@ export default function AboutPage() {
|
||||
description="Serving delicious food to happy customers in El Tor, South Sinai"
|
||||
metrics={[
|
||||
{
|
||||
id: "1", value: "24/7", title: "Hours of Operation", description: "Always open for your cravings"
|
||||
id: "1", value: "24/7", title: "Hours of Operation", description: "Always open for your cravings", videoSrc: "https://example.com/video.mp4", videoAriaLabel: "Hours of operation video"
|
||||
},
|
||||
{
|
||||
id: "2", value: "4,300+", title: "Happy Customers", description: "Trusted by thousands"
|
||||
id: "2", value: "4,300+", title: "Happy Customers", description: "Trusted by thousands", videoSrc: "https://example.com/video.mp4", videoAriaLabel: "Happy customers video"
|
||||
},
|
||||
{
|
||||
id: "3", value: "30 mins", title: "Average Delivery", description: "Fast and hot to your door"
|
||||
id: "3", value: "30 mins", title: "Average Delivery", description: "Fast and hot to your door", videoSrc: "https://example.com/video.mp4", videoAriaLabel: "Average delivery video"
|
||||
},
|
||||
{
|
||||
id: "4", value: "3 Ways", title: "Service Options", description: "Dine-in, Drive-through, Delivery"
|
||||
id: "4", value: "3 Ways", title: "Service Options", description: "Dine-in, Drive-through, Delivery", videoSrc: "https://example.com/video.mp4", videoAriaLabel: "Service options video"
|
||||
},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
|
||||
Reference in New Issue
Block a user