Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #3.
This commit is contained in:
@@ -49,7 +49,7 @@ export default function LandingPage() {
|
||||
{ text: "Shop Fresh Bakes", href: "#products" },
|
||||
{ text: "Pre-Order for Pickup", href: "#contact" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-delicious-sweet-pastry-dark-surface-pie-bake-cake-hotcake-oven-dessert-biscuit-dough_179666-17706.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-delicious-sweet-pastry-dark-surface-pie-bake-cake-hotcake-oven-dessert-biscuit-dough_179666-17706.jpg?_wi=1"
|
||||
imageAlt="Gooey cinnamon roll being pulled apart"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -62,10 +62,10 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{ id: "1", name: "Sarah J.", handle: "@foodie", testimonial: "Top tier cinnamon rolls I came back for the next day.", rating: 5, imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-flat-design-farmers-market-logo_23-2149318206.jpg", imageAlt: "minimalist food blog logo" },
|
||||
{ id: "2", name: "Michael C.", handle: "@glutenfreechef", testimonial: "A godsend for gluten-free living.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-sweet-pastry-dark-surface-pie-bake-cake-hotcake-oven-dessert-biscuit-dough_179666-17706.jpg", imageAlt: "minimalist food blog logo" },
|
||||
{ id: "3", name: "Emily R.", handle: "@eats", testimonial: "The only gluten-free éclairs I’ve ever found.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-delicious-poppy-seeds-cake-with-white-sugar-glaze-white-table_181624-43785.jpg", imageAlt: "minimalist food blog logo" },
|
||||
{ id: "4", name: "David K.", handle: "@baker", testimonial: "Dangerously easy to eat everything.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-person-holding-asian-roll-wooden-board_181624-56380.jpg", imageAlt: "minimalist food blog logo" },
|
||||
{ id: "5", name: "Jessica L.", handle: "@gfreviewer", testimonial: "I didn't think gluten-free could taste like this.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/cinnamon-rolls-blueberries-high-angle_23-2148904695.jpg", imageAlt: "minimalist food blog logo" },
|
||||
{ id: "2", name: "Michael C.", handle: "@glutenfreechef", testimonial: "A godsend for gluten-free living.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-sweet-pastry-dark-surface-pie-bake-cake-hotcake-oven-dessert-biscuit-dough_179666-17706.jpg?_wi=2", imageAlt: "minimalist food blog logo" },
|
||||
{ id: "3", name: "Emily R.", handle: "@eats", testimonial: "The only gluten-free éclairs I’ve ever found.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-delicious-poppy-seeds-cake-with-white-sugar-glaze-white-table_181624-43785.jpg?_wi=1", imageAlt: "minimalist food blog logo" },
|
||||
{ id: "4", name: "David K.", handle: "@baker", testimonial: "Dangerously easy to eat everything.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-person-holding-asian-roll-wooden-board_181624-56380.jpg?_wi=1", imageAlt: "minimalist food blog logo" },
|
||||
{ id: "5", name: "Jessica L.", handle: "@gfreviewer", testimonial: "I didn't think gluten-free could taste like this.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/cinnamon-rolls-blueberries-high-angle_23-2148904695.jpg?_wi=1", imageAlt: "minimalist food blog logo" },
|
||||
]}
|
||||
showRating={true}
|
||||
title="“This Doesn’t Taste Gluten Free…”"
|
||||
@@ -80,9 +80,9 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{ id: "1", brand: "Signature", name: "Cinnamon Roll", price: "$6", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-delicious-poppy-seeds-cake-with-white-sugar-glaze-white-table_181624-43785.jpg" },
|
||||
{ id: "2", brand: "Savory", name: "Jalapeño Scone", price: "$5", rating: 5, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-person-holding-asian-roll-wooden-board_181624-56380.jpg" },
|
||||
{ id: "3", brand: "Bread", name: "Cinnamon Bread", price: "$9", rating: 5, reviewCount: "92", imageSrc: "http://img.b2bpic.net/free-photo/cinnamon-rolls-blueberries-high-angle_23-2148904695.jpg" },
|
||||
{ id: "1", brand: "Signature", name: "Cinnamon Roll", price: "$6", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-delicious-poppy-seeds-cake-with-white-sugar-glaze-white-table_181624-43785.jpg?_wi=2" },
|
||||
{ id: "2", brand: "Savory", name: "Jalapeño Scone", price: "$5", rating: 5, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-person-holding-asian-roll-wooden-board_181624-56380.jpg?_wi=2" },
|
||||
{ id: "3", brand: "Bread", name: "Cinnamon Bread", price: "$9", rating: 5, reviewCount: "92", imageSrc: "http://img.b2bpic.net/free-photo/cinnamon-rolls-blueberries-high-angle_23-2148904695.jpg?_wi=2" },
|
||||
{ id: "4", brand: "Pastry", name: "GF Éclairs", price: "$7", rating: 5, reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/variety-pain-aux-raisins-tray_23-2148361885.jpg" },
|
||||
{ id: "5", brand: "Holiday", name: "Artichoke Rolls", price: "$12", rating: 5, reviewCount: "210", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-potatoes-pan-with-rosemary-spices_23-2148599903.jpg" },
|
||||
{ id: "6", brand: "Classic", name: "Daily Sourdough", price: "$10", rating: 5, reviewCount: "115", imageSrc: "http://img.b2bpic.net/free-photo/pieces-mixed-homemade-breads-presented-different-levels-wooden-table-as-samples-sale_346278-832.jpg" },
|
||||
|
||||
Reference in New Issue
Block a user